view run_game.py @ 361:d4062344d8f4

Level namespaces (for telling that a level is complete, no matter where it came from)
author Stefano Rivera <stefano@rivera.za.net>
date Fri, 16 Sep 2011 23:53:34 +0200
parents c2761e15f66b
children
line wrap: on
line source

#!/usr/bin/env python

import mamba.__main__
if __name__ == "__main__":
    mamba.__main__.main()