import os import sys from cryptoai.monitor_endpoint import run_monitor if __name__ == "__main__": run_monitor()