🚀 发布了Beta0.1.0测试版

This commit is contained in:
Nanaloveyuki
2025-07-28 12:38:09 +08:00
parent 041250564a
commit 653d208bb3
11 changed files with 43 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
"""
日志级别模块
Log level module
"""
# encoding: utf-8
# python 3.13.5
from .levels import Logger
__all__ = ["Logger"]