mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c8851bd696
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,7 +20,7 @@ compile.bat
|
||||
# nuitka
|
||||
main.build/
|
||||
main.exe
|
||||
main.cmdY
|
||||
main.cmd
|
||||
docs/.vuepress/.cache/
|
||||
docs/.vuepress/.temp/
|
||||
docs/.vuepress/dist/
|
||||
|
@ -0,0 +1,7 @@
|
||||
|
||||
from liteyuki.utils.data import LiteModel
|
||||
|
||||
class WeatherNow(LiteModel):
|
||||
time: str = ""
|
||||
city: str = ""
|
||||
|
Loading…
Reference in New Issue
Block a user