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

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

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

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

import sys

from poshc2 import run

if __name__ == '__main__':
    run()