Change all relative imports to standard imports

This commit is contained in:
Xevion
2022-03-28 17:29:44 -05:00
parent e6db061500
commit 6c4b952004
6 changed files with 47 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ import humanize
from flask_login import UserMixin
from sqlalchemy import func
from .app import db
from app import db
MAXIMUM_ONLINE_DELTA = datetime.timedelta(minutes=1)