8 lines
166 B
Python
8 lines
166 B
Python
# scopes.org.user
|
|
|
|
"""Basic user (principal) definitions + access to auth service (zitadel)."""
|
|
|
|
from scopes.web import client
|
|
from scopes import util
|
|
|
|
import config
|