mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 07:31:51 +09:00
9 lines
No EOL
273 B
Python
9 lines
No EOL
273 B
Python
from lib.agents.get_sso_list import get_sso_list
|
|
# 업데이트될 버전 import 아직 개발 중
|
|
from lib.agents.get_sso_list_v2 import get_sso_list as get_sso_list_v2
|
|
from lib.agents.login_google import login_google
|
|
|
|
__all__ = [
|
|
"get_sso_list",
|
|
"login_google",
|
|
] |