6 lines
69 B
Text
6 lines
69 B
Text
|
#! /usr/bin/env python3
|
||
|
|
||
|
from hexagram.app import main
|
||
|
|
||
|
exit(main())
|