understanding commited on
Commit
54310dd
·
verified ·
1 Parent(s): 836e5c9

Create server/__init__.py

Browse files
Files changed (1) hide show
  1. 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"]