"""Authentication backends for Potato annotation platform.""" from potato.auth_backends.oauth_backend import OAuthBackend __all__ = ["OAuthBackend"]