mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-05-03 23:10:05 -05:00
9 lines
71 B
Python
9 lines
71 B
Python
|
|
|
|
from sqlmodel import SQLModel
|
|
|
|
|
|
class BaseModel(SQLModel):
|
|
pass
|
|
|