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