Files
2023-03-20 10:39:32 +00:00

7 lines
85 B
Python

#!/usr/bin/env python3
from poshc2 import run
if __name__ == '__main__':
run()