systemadmin0 / server /__init__.py
huggingmenfordays's picture
deploy: clean snapshot for rahulissocute/systemadmin0
a553a26
raw
history blame contribute delete
82 Bytes
from .app import app
from .app import create_app
__all__ = ["app", "create_app"]