thomasm6m6's picture
Initial Freeciv OpenEnv Space
8dc7642 verified
raw
history blame contribute delete
169 Bytes
from freeciv_env.server.app import app as app
from freeciv_env.server.app import main as _main
def main() -> None:
_main()
if __name__ == "__main__":
main()