feat: add logging configuration with basicConfig at INFO level in __main__.py

This commit is contained in:
2025-09-22 12:15:53 +00:00
parent 837010302c
commit 98b21c1bf5
+4
View File
@@ -1,3 +1,7 @@
import logging
logging.basicConfig(level=logging.INFO)
import pathlib
import shutil
import sqlite3