Spaces:
Running
Running
Commit
·
db24c04
1
Parent(s):
ebf9765
bug fixes
Browse files- app/__init__.py +1 -0
- app/routes/__init__.py +1 -0
app/__init__.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# This file makes the 'app' directory a Python package.
|
app/routes/__init__.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# This file makes the 'routes' directory a Python package.
|