1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-18 14:53:47 +02:00
RadioStats/basemodel.py
2021-11-23 21:00:10 +01:00

8 lines
109 B
Python

from peewee import Model
from app import db
class BaseModel(Model):
class Meta:
database = db