flask-home-vod/server/flask/application/test/backend/__init__.py
2023-02-02 01:47:38 +02:00

5 lines
142 B
Python

import os, sys
currentDir = os.path.dirname(__file__)
parentDir = os.path.join(currentDir, '..')
sys.path.append(os.path.abspath(parentDir))