new structure
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
import
|
2 |
|
3 |
-
|
|
|
|
1 |
+
from config import app
|
2 |
|
3 |
+
if __name__ == "__main__":
|
4 |
+
app.run(host="0.0.0.0", port=7860)
|
wsgi.py
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
from app.config import app
|
2 |
-
|
3 |
-
if __name__ == "__main__":
|
4 |
-
app.run(host="0.0.0.0", port=7860)
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|