# Garage Admin SDK ## Clone this repo ```bash git clone ... git submodule init ``` ## (Re)generate libraries ```bash # Check the OpenAPI spec file gradle validate # (re)build the python client gradle buildPythonClient ```