🚀 发布了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

4
tests/t-module.py Normal file
View File

@ -0,0 +1,4 @@
from logiliteal import Logger
log = Logger()
log.info("hello world")