index
:
Macpan
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
macpan.py
blob: 93b81b321477245fa24f466eb6decf1ee9c3ee5f (
plain
)
1
2
3
4
5
6
import
Game
if
__name__
==
"__main__"
:
game
=
Game
.
Game
()
game
.
init
()