Codebase list poshc2 / upstream/7.0.5 start.py
upstream/7.0.5

Tree @upstream/7.0.5 (Download .tar.gz)

start.py @upstream/7.0.5raw · history · blame

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

import sys

from poshc2 import run

if __name__ == '__main__':
    run()