Refactored to stop passing game around.
[realism.git] / engine / maps.py
blob0f84e926af722e3a15f82cc68b5b958158e78603
1 from mod_import import do_mod_import
2 do_mod_import("maps", globals())
3 from game import game
4 maps = game.maps