hexagram/bin/hexagram-app

5 lines
69 B
Python
Executable file

#! /usr/bin/env python3
from hexagram.app import main
exit(main())