mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-24 00:41:20 +00:00
8 lines
112 B
Python
8 lines
112 B
Python
|
|
from liteyuki.utils.data import LiteModel
|
|
|
|
class WeatherNow(LiteModel):
|
|
time: str = ""
|
|
city: str = ""
|
|
|