mirror of
https://github.com/Nanaloveyuki/py-logiliteal.git
synced 2025-10-21 09:36:22 +00:00
🚀 发布了Beta0.1.0测试版
This commit is contained in:
11
src/logiliteal/levels/__init__.py
Normal file
11
src/logiliteal/levels/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
日志级别模块
|
||||
Log level module
|
||||
|
||||
"""
|
||||
# encoding: utf-8
|
||||
# python 3.13.5
|
||||
|
||||
from .levels import Logger
|
||||
|
||||
__all__ = ["Logger"]
|
Reference in New Issue
Block a user