Codebase list poshc2 / 3cfad4ff-e275-4ea0-b47b-3765d2b0f742/main start.py
3cfad4ff-e275-4ea0-b47b-3765d2b0f742/main

Tree @3cfad4ff-e275-4ea0-b47b-3765d2b0f742/main (Download .tar.gz)

start.py @3cfad4ff-e275-4ea0-b47b-3765d2b0f742/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/env python3

import sys

from poshc2 import run

if __name__ == '__main__':
    run()