Codebase list poshc2 / 90b0928f-4a27-4563-81b8-8fc52bcb285c/main start.py
90b0928f-4a27-4563-81b8-8fc52bcb285c/main

Tree @90b0928f-4a27-4563-81b8-8fc52bcb285c/main (Download .tar.gz)

start.py @90b0928f-4a27-4563-81b8-8fc52bcb285c/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()