mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 15:25:46 +00:00
5 lines
113 B
Python
5 lines
113 B
Python
from .base_handler import AuthHandler, OAuthHandler
|
|
|
|
auth_handler = AuthHandler()
|
|
oauth_handler = OAuthHandler()
|