6 lines
132 B
Python
6 lines
132 B
Python
from resources.lib import actions
|
|
from resources.lib.exception_logger import log_exception
|
|
|
|
with log_exception():
|
|
actions.run()
|