Initial commit

This commit is contained in:
PhilipTrauner 2015-10-25 17:32:23 +01:00
commit d9895ec3f9
11 changed files with 288 additions and 0 deletions

3
fl0w.py Normal file
View file

@ -0,0 +1,3 @@
from sys import path
from os.path import abspath
path.append(abspath("Shared"))