view scripts/mamba @ 252:8198492745b1

Try not to let head wander during teleporting (it's bad for your health).
author Simon Cross <hodgestar@gmail.com>
date Thu, 15 Sep 2011 01:21:49 +0200
parents 08941f788c15
children 209a2d1deea8
line wrap: on
line source

#!/usr/bin/env python

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