view run_game.py @ 95:ecba9550ad8d

Fill the exterior with the blackness of space
author Neil Muller <drnlmuller@gmail.com>
date Mon, 02 Sep 2013 11:20:04 +0200
parents f7a0d6fd9f00
children
line wrap: on
line source

#!/usr/bin/env python

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