Codebase list poshc2 / d6c30442-7d1a-4858-9fa0-d54d2adc54f3/main start.py
d6c30442-7d1a-4858-9fa0-d54d2adc54f3/main

Tree @d6c30442-7d1a-4858-9fa0-d54d2adc54f3/main (Download .tar.gz)

start.py @d6c30442-7d1a-4858-9fa0-d54d2adc54f3/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()