Codebase list poshc2 / bfc583e0-9aeb-4db4-9079-d10f7ad22fdd/main start.py
bfc583e0-9aeb-4db4-9079-d10f7ad22fdd/main

Tree @bfc583e0-9aeb-4db4-9079-d10f7ad22fdd/main (Download .tar.gz)

start.py @bfc583e0-9aeb-4db4-9079-d10f7ad22fdd/mainraw · history · blame

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

import sys

from poshc2 import run

if __name__ == '__main__':
    run()