Fahad Mattoo commited on
Commit
7147bcd
1 Parent(s): bb63209

adding app file (#11)

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from src.app import main
2
+
3
+ if __name__ == "__main__":
4
+ main()