mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
8 lines
103 B
Python
8 lines
103 B
Python
|
|
"""
|
||
|
|
能力服务模块
|
||
|
|
"""
|
||
|
|
|
||
|
|
from .resolver import CapabilityResolver
|
||
|
|
|
||
|
|
__all__ = ["CapabilityResolver"]
|