paste.sr.ht/pastesrht/types/__init__.py

6 lines
119 B
Python

from srht.database import Base
from srht.oauth import ExternalUserMixin
class User(Base, ExternalUserMixin):
pass