Files
pyShelf/__init__.py
2019-11-20 22:22:09 -05:00

5 lines
71 B
Python

import sys
sys.path.insert(1, "app/")
sys.path.insert(2, "frontend/")