Spaces:
Sleeping
Sleeping
| """Run the API server from the repo root: ``uv run python -m server``.""" | |
| from server.app import main | |
| if __name__ == "__main__": | |
| main() | |
| """Run the API server from the repo root: ``uv run python -m server``.""" | |
| from server.app import main | |
| if __name__ == "__main__": | |
| main() | |