mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
42ca4bb973
Merge Conflicts ᴙ Us
8 lines
137 B
Python
8 lines
137 B
Python
import peewee
|
|
|
|
database_proxy = peewee.DatabaseProxy()
|
|
|
|
class BaseModel(peewee.Model):
|
|
class Meta:
|
|
database = database_proxy
|