This commit is contained in:
callebtc
2022-10-05 20:03:04 +02:00
parent 7f1f3e3574
commit 149d69f99d
8 changed files with 26 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
import os
import sys
from pathlib import Path
from environs import Env # type: ignore
from loguru import logger