Initial commit
This commit is contained in:
commit
d9895ec3f9
11 changed files with 288 additions and 0 deletions
3
fl0w.py
Normal file
3
fl0w.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from sys import path
|
||||
from os.path import abspath
|
||||
path.append(abspath("Shared"))
|
Reference in a new issue