Load dot env
Some checks failed
Linter / ruff (push) Successful in 16s
Tests / tests on CPU (push) Failing after 4m49s

This commit is contained in:
soaska 2024-05-04 00:14:34 +03:00
parent b1b855456b
commit 5231e0d472

View File

@ -1,5 +1,7 @@
from modules import launch_utils
from dotenv import load_dotenv
load_dotenv()
args = launch_utils.args
python = launch_utils.python
git = launch_utils.git