view run_game.pyw @ 587:cf5ba7532156

Update level server location
author Neil Muller <drnlmuller@gmail.com>
date Wed, 18 Mar 2020 20:02:49 +0200
parents 08941f788c15
children
line wrap: on
line source

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