This commit is contained in:
Zvonimir Sabljic
2023-09-15 09:46:35 +02:00
parent bf36106ee7
commit 0e739f350f

View File

@@ -6,11 +6,11 @@ import json
import sys
from dotenv import load_dotenv
load_dotenv()
from helpers.ipc import IPCClient
from const.ipc import MESSAGE_TYPE
from utils.utils import json_serial
load_dotenv()
from helpers.Project import Project