thomasm6m6's picture
Upload folder using huggingface_hub
77354d0 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()