Codebase list poshc2 / fde54f4d-b8cc-4a6b-a29d-83d9e901741d/upstream start.py
fde54f4d-b8cc-4a6b-a29d-83d9e901741d/upstream

Tree @fde54f4d-b8cc-4a6b-a29d-83d9e901741d/upstream (Download .tar.gz)

start.py @fde54f4d-b8cc-4a6b-a29d-83d9e901741d/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()