7 lines
134 B
Python
7 lines
134 B
Python
from service.utils.logging import init_logging, initialize_sentry
|
|
|
|
|
|
def do_init() -> None:
|
|
init_logging()
|
|
initialize_sentry()
|