Spaces:
Paused
Paused
Create __init__.py
Browse files- app/__init__.py +6 -0
app/__init__.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# app/__init__.py
|
| 2 |
+
|
| 3 |
+
# This file marks the directory as a package.
|
| 4 |
+
# You can also use this to initialize logging or configurations if needed.
|
| 5 |
+
|
| 6 |
+
from .app import app
|