#!/usr/local/bin/python3.10
import sys
import Ophis.Main

Ophis.Main.run_ophis(sys.argv[1:])
