dashboard / shared /engine /__init__.py
GitHub Action
Deploy dashboard from e28872748e63c7413a718770d3f14cb198801702
47f362d
Raw
History Blame Contribute Delete
126 Bytes
"""App building engine."""
from apps.shared.engine.app_builder import DemoApp, build_app
__all__ = ["DemoApp", "build_app"]