ray-project--ray
5 行
90 B
Python
5 行
90 B
Python
if __name__ == "__main__":
|
|
from ray.util.client.server.server import main
|
|
|
|
main()
|