modified: models.py
This commit is contained in:
parent
c7278e07a7
commit
0e59d29dd7
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ from flask_sqlalchemy import SQLAlchemy
|
|||
|
||||
import tiktoken
|
||||
|
||||
import json
|
||||
|
||||
db = SQLAlchemy()
|
||||
|
||||
class Room(db.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue