6 lines
85 B
Python
6 lines
85 B
Python
from enum import StrEnum
|
|
|
|
|
|
class OrganizationAuthTokenType(StrEnum):
|
|
api = "api"
|