__main__.py 106 B

12345
  1. """Run the enterprise edge process."""
  2. from app.edge_gateway.runtime import run
  3. raise SystemExit(run())