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: 712fdde393b6c3619f20daa47a5d41254ca20ea3 (
plain
)
1
2
3
4
5
from
game
import
Game
if
__name__
==
"__main__"
:
game
=
Game
()
game
.
run
()