1
0
forked from kodorvan/stcs

Delete func_min_qty.py and logs.py

This commit is contained in:
algizn97
2025-08-23 14:30:24 +05:00
parent f895c19b14
commit 0746490786
2 changed files with 0 additions and 29 deletions

View File

@@ -1,8 +0,0 @@
import logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)
logger = logging.getLogger(__name__)