Codebase list poshc2 / d900485c-6f8e-495d-ab31-d80c187e2fd0/main start.py
d900485c-6f8e-495d-ab31-d80c187e2fd0/main

Tree @d900485c-6f8e-495d-ab31-d80c187e2fd0/main (Download .tar.gz)

start.py @d900485c-6f8e-495d-ab31-d80c187e2fd0/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()