Initial commit

This commit is contained in:
Jack Stdin
2016-01-12 19:07:57 +03:00
commit 7f65705742
15 changed files with 474 additions and 0 deletions

7
aore/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
import os
import sys
reload(sys)
cwd = os.getcwd()
sys.path.append(cwd)
sys.setdefaultencoding("utf-8")