Changed modules to extensions

This commit is contained in:
2022-06-19 13:22:24 +01:00
parent ac02f4dee1
commit 12207d1159
6 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
from ..modules import db
from ..extensions import db
from wtforms.validators import ValidationError