1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00
RadioStats/basemodel.py

9 lines
109 B
Python
Raw Normal View History

2021-11-23 21:00:10 +01:00
from peewee import Model
2018-02-05 21:44:37 +01:00
2021-11-23 21:00:10 +01:00
from app import db
2018-02-05 21:44:37 +01:00
class BaseModel(Model):
class Meta:
database = db