Files
d2warehouse/d2warehouse/app/__init__.py

6 lines
63 B
Python

from d2warehouse.app.main import app
__all__ = [
"app",
]