deep-matter commited on
Commit
41a501f
·
1 Parent(s): e06de86

Delete init.py

Browse files
Files changed (1) hide show
  1. init.py +0 -5
init.py DELETED
@@ -1,5 +0,0 @@
1
- import os
2
- import sys
3
- # Add the parent directory of app.py to the system path
4
- parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
5
- sys.path.append(parent_dir)