#! /usr/bin/env python3
from admin.agent_config_manager import AgentConfigUpdater

if __name__ == "__main__":
    AgentConfigUpdater().start()
