2023-11-22 12:00:09 +00:00

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"]