bibibi12345 commited on
Commit
db24c04
·
1 Parent(s): ebf9765
Files changed (2) hide show
  1. app/__init__.py +1 -0
  2. 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.