Spaces:
Runtime error
Runtime error
Create server/__init__.py
Browse files- bot/server/__init__.py +4 -0
bot/server/__init__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PATH: bot/server/__init__.py
|
| 2 |
+
from .app import create_app
|
| 3 |
+
|
| 4 |
+
__all__ = ["create_app"]
|