#This file only exists as a reminder to _not_ create it again wrongly in the future.
#from .api import * #Do not star-import here!
#This leads to uncontrollable behaviour because importing _any_ file from engine will first import this init file, which would trigger the api to start its session.
#Instead use explicit import to get the api.
#No!: import engine.api as api #This loads the engine and starts a session.