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