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

5 lines
110 B
Python

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