mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
4 lines
147 B
Python
4 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"]
|