Edit on GitHub

backend

1import sys
2import os
3
4sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)) + "/..")