This commit is contained in:
Михаил Капелько
2024-02-05 18:19:15 +03:00
parent 93181f57a7
commit 9fc0a09f6f
7 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import os
import sys
from process import *
from impl.process import *
DIR = os.path.dirname(os.path.realpath(sys.argv[0]))