mirror of
https://github.com/Nanaloveyuki/py-logiliteal.git
synced 2025-10-19 00:26:23 +00:00
11 lines
128 B
Python
11 lines
128 B
Python
"""
|
|
日志级别模块
|
|
Log level module
|
|
|
|
"""
|
|
# encoding: utf-8
|
|
# python 3.13.5
|
|
|
|
from .levels import Logger
|
|
|
|
__all__ = ["Logger"] |