mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 15:47:23 +08:00
8 lines
112 B
Python
8 lines
112 B
Python
|
|
from liteyuki.utils.data import LiteModel
|
|
|
|
class WeatherNow(LiteModel):
|
|
time: str = ""
|
|
city: str = ""
|
|
|