blob: 933b3def758a5b9e1486d5d285e8174460818157 [file]
#!/usr/bin/env python3
# ensure all submodules are loaded
from . import config, base, session, utils
# This will be rewritten once construct() is called.
APP = None
# Lift the construction from base to the package level.
construct = base.construct