mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
5 lines
147 B
Python
5 lines
147 B
Python
from .integrations import set_enable_proton_cookie
|
|
from .exit_sudo import exit_sudo_mode
|
|
|
|
__all__ = ["set_enable_proton_cookie", "exit_sudo_mode"]
|