8 lines
99 B
Python
8 lines
99 B
Python
"""
|
|
群成员信息同步插件
|
|
"""
|
|
|
|
from .main import MemberSync
|
|
|
|
__all__ = ["MemberSync"]
|