File size: 142 Bytes
f89b1ac
 
 
 
 
 
1
2
3
4
5
6
7
"""Run the API server from the repo root: ``uv run python -m server``."""

from server.app import main

if __name__ == "__main__":
    main()