test commit

This commit is contained in:
Oleg Korshul
2024-03-14 09:38:37 +03:00
parent 71e29a6599
commit 5b27f9843f

View File

@ -3,6 +3,7 @@
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')