This website requires JavaScript.
Explore
Help
Sign In
ElapsingDreams
/
LiteyukiBot
Watch
1
Star
0
Fork
0
You've already forked LiteyukiBot
forked from
bot/app
Code
Pull Requests
Activity
f9e61fd184
LiteyukiBot
/
liteyuki
/
plugins
/
liteyuki_weather
/
data_model.py
8 lines
112 B
Python
Raw
Normal View
History
Unescape
Escape
feat: 添加了对菜单的初步支持
2024-03-29 17:44:48 +08:00
from
liteyuki
.
utils
.
data
import
LiteModel
class
WeatherNow
(
LiteModel
)
:
time
:
str
=
"
"
city
:
str
=
"
"
Copy Permalink