isekai-toolkit/maintenance/base.py

4 lines
85 B
Python

import sys
import pathlib
sys.path.append(str(pathlib.Path(__file__).parent.parent))