Files

6 lines
110 B
Python
Raw Permalink Normal View History

2026-07-12 14:06:45 +04:00
import sys
import os
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), "..")))