Change project type to json

This commit is contained in:
Oleg Korshul
2024-03-14 16:45:40 +03:00
parent 70975098e2
commit 0e6f1a064d
5 changed files with 276 additions and 159 deletions

View File

@ -3,7 +3,6 @@
import os
import sys
__dir__name__ = os.path.dirname(__file__)
print(__dir__name__)
sys.path.append(__dir__name__ + '/scripts')
sys.path.append(__dir__name__ + '/scripts/develop')
sys.path.append(__dir__name__ + '/scripts/develop/vendor')