from src.app import run_test_monitor from src.config import test_config if __name__ == "__main__": run_test_monitor(config=test_config)