py-phias/aore/__init__.py
2016-04-22 14:30:05 +03:00

6 lines
69 B
Python

import os
import sys
cwd_dir = os.getcwd()
sys.path.append(cwd_dir)