chore: apply isort & black

This commit is contained in:
rus07tam 2025-11-24 12:58:50 +00:00
parent 002ec9b63f
commit 9d04fb8a2e
3 changed files with 5 additions and 33 deletions

View file

@ -1,9 +1,7 @@
import sys
from pathlib import Path
sys.path.insert(
0, str((Path(__file__).parent.parent.parent / "src").resolve())
)
sys.path.insert(0, str((Path(__file__).parent.parent.parent / "src").resolve()))
project = "Snakia"
copyright = "2025, RuJect"