5 lines
110 B
Python
5 lines
110 B
Python
from resources.lib import actions, exception_logger
|
|
|
|
with exception_logger.log_exception():
|
|
actions.run()
|