mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Start Matrix support, more refactoring, cleaner /help and /translate
This commit is contained in:
8
LibWinDog/Database.py
Normal file
8
LibWinDog/Database.py
Normal file
@ -0,0 +1,8 @@
|
||||
from peewee import *
|
||||
|
||||
Db = SqliteDatabase("Database.sqlite")
|
||||
|
||||
class BaseModel(Model):
|
||||
class Meta:
|
||||
database = Db
|
||||
|
Reference in New Issue
Block a user