from service.utils.logging import init_logging, initialize_sentry def do_init() -> None: init_logging() initialize_sentry()