mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-13 10:57:38 +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 = ""
|
|
|