LittlePaimon/__init__.py

5 lines
68 B
Python
Raw Permalink Normal View History

2022-05-20 18:44:18 +08:00
import os
import sys
sys.path.insert(0, os.path.dirname(__file__))