This website requires JavaScript.
Explore
Help
Register
Sign In
StardewSync
/
SyncAPI
Watch
1
Star
0
Fork
0
You've already forked SyncAPI
Code
Issues
Pull Requests
Releases
Wiki
Activity
02552dce5a
SyncAPI
/
models
/
devices.py
7 lines
115 B
Python
Raw
Normal View
History
Unescape
Escape
MongoDB migration
2023-01-18 15:25:22 +02:00
from
pydantic
import
BaseModel
class
Device
(
BaseModel
)
:
user
:
str
name
:
str
os
:
str
last_save
:
int
Reference in New Issue
Copy Permalink