Globals restructured to their own module. Origin and RP definition.

This commit is contained in:
Leo Vasanko
2025-08-06 13:23:35 -06:00
parent 5a129220aa
commit dcca3e3fbd
11 changed files with 120 additions and 67 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ from datetime import datetime
import uuid7
from .authsession import expires
from .db import Org, Permission, User, db
from .db import Org, Permission, User
from .globals import db
from .util import passphrase, tokens