mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
5 lines
68 B
Python
5 lines
68 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.insert(0, os.path.dirname(__file__))
|