feat: balance and reward

This commit is contained in:
2024-02-24 15:38:48 +03:00
parent c8a234e27b
commit 7e853c48e7
27 changed files with 234 additions and 66 deletions

View File

@@ -1 +1,4 @@
from database.models import *
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
from .models import *