meta.sr.ht/metasrht/types/__init__.py

13 lines
306 B
Python

from .user import *
from .auditlogentry import *
from .factors import *
from .sshkey import *
from .pgpkey import *
from .oauthclient import *
from .oauthtoken import *
from .delegatedscope import *
from .revocationurl import *
from .invoice import *
from .oauth2client import *
from .oauth2grant import *