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