Created config module to avoid circular import

This commit is contained in:
2022-06-12 20:50:57 +01:00
parent da821bcadb
commit 4431564304
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from main import Config
from config import Config
from os import path
from pathlib import Path