feat:初版
This commit is contained in:
7
plugins/Weather/__init__.py
Normal file
7
plugins/Weather/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
天气预报插件
|
||||
"""
|
||||
|
||||
from .main import WeatherPlugin
|
||||
|
||||
__all__ = ["WeatherPlugin"]
|
||||
Reference in New Issue
Block a user