summaryrefslogtreecommitdiffstats
path: root/gamechest.py
blob: 8e4281d3c8c98a2dd0f4e907af539884c143d4b2 (plain)
1
2
3
4
5
6
#!/usr/bin/python3

import gamechest

if __name__ == '__main__':
    gamechest.main()