Codebase list poshc2 / 5fb96d58-f53a-431e-8517-37fc2d57888c/main start.py
5fb96d58-f53a-431e-8517-37fc2d57888c/main

Tree @5fb96d58-f53a-431e-8517-37fc2d57888c/main (Download .tar.gz)

start.py @5fb96d58-f53a-431e-8517-37fc2d57888c/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()