Fix unused import warning

This commit is contained in:
2023-10-29 19:46:36 +01:00
parent 973e986f78
commit b2fa2fe443

View File

@@ -1 +1,5 @@
from d2warehouse.app.main import app
__all__ = [
"app",
]