progress 0.0.9

This commit is contained in:
Oleg Sheynin
2026-02-10 00:59:02 +00:00
parent 2a118d4600
commit ecc1c1de5d
19 changed files with 49 additions and 47 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import hjson
from typing import Dict
from datetime import datetime
# ---
from cvttpy_tools.config import Config
from cvttpy_tools.base.config import Config
def load_config(config_path: str) -> Config: