Codebase list poshc2 / 1fcae30 start.py
1fcae30

Tree @1fcae30 (Download .tar.gz)

start.py @1fcae30raw · history · blame

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

import sys

from poshc2 import run

if __name__ == '__main__':
    run()