Codebase list poshc2 / a9d3dacc-99e5-43d3-96b8-dde5cd12e076/upstream start.py
a9d3dacc-99e5-43d3-96b8-dde5cd12e076/upstream

Tree @a9d3dacc-99e5-43d3-96b8-dde5cd12e076/upstream (Download .tar.gz)

start.py @a9d3dacc-99e5-43d3-96b8-dde5cd12e076/upstreamraw · history · blame

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

import sys

from poshc2 import run

if __name__ == '__main__':
    run()