hexagram/bin/hexagram-app

6 lines
69 B
Text
Raw Normal View History

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