mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-10-13 06:24:06 +00:00
5 lines
66 B
Python
5 lines
66 B
Python
#!/usr/local/bin/python
|
|
import Ophis.Main
|
|
|
|
Ophis.Main.run_ophis()
|