Files
2026-03-22 22:28:43 +01:00

6 lines
132 B
Python

from resources.lib import actions
from resources.lib.exception_logger import log_exception
with log_exception():
actions.run()