Files
2026-07-12 14:06:45 +04:00

6 lines
110 B
Python

import sys
import os
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), "..")))