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