8 lines
89 B
Python
8 lines
89 B
Python
"""
|
|
天气预报插件
|
|
"""
|
|
|
|
from .main import WeatherPlugin
|
|
|
|
__all__ = ["WeatherPlugin"]
|