mirror of
https://github.com/peter-tanner/Blackboard-marks.git
synced 2024-11-30 11:40:16 +08:00
3 lines
116 B
Python
3 lines
116 B
Python
# https://stackoverflow.com/a/49375740
|
|
import os, sys
|
|
sys.path.append(os.path.dirname(os.path.realpath(__file__))) |