mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-08-30 20:55:17 +08:00
8 lines
121 B
Python
8 lines
121 B
Python
"""
|
|
domain:业务域层
|
|
|
|
约定:跨包只从各子包 `__init__.py` 导入公开 API。
|
|
"""
|
|
|
|
__all__: list[str] = []
|