mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-02-02 04:33:10 +08:00
6 lines
94 B
Python
6 lines
94 B
Python
"""Target Services"""
|
|
|
|
from .target_service import TargetService
|
|
|
|
__all__ = ['TargetService']
|