ATC-RL-Environment / server /__init__.py
thewildofficial
feat(openenv): prepare dockerized HF Space submission
093520a
Raw
History Blame Contribute Delete
60 Bytes
from server.app import app, main
__all__ = ["app", "main"]