Blackboard-marks/utils/__init__.py

5 lines
121 B
Python
Raw Permalink Normal View History

2022-11-26 15:51:00 +08:00
# https://stackoverflow.com/a/49375740
import os
import sys
sys.path.append(os.path.dirname(os.path.realpath(__file__)))