Mohansai2004 commited on
Commit
d2be60c
·
verified ·
1 Parent(s): b0fa762

Create __init__.py

Browse files
Files changed (1) hide show
  1. app/__init__.py +6 -0
app/__init__.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # app/__init__.py
2
+
3
+ # This file marks the directory as a package.
4
+ # You can also use this to initialize logging or configurations if needed.
5
+
6
+ from .app import app