mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-02-17 09:40:10 +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 = ""
|
|
|