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