diff --git a/src/shared/components/app-definitions.ts b/src/shared/components/app-definitions.ts index c53b5bd..2ef206e 100644 --- a/src/shared/components/app-definitions.ts +++ b/src/shared/components/app-definitions.ts @@ -50,6 +50,11 @@ export const API_LIBRARIES: ApiLibrary[] = [ link: "https://github.com/Arsen6331/go-lemmy", description: "a Go client.", }, + { + name: "Pythörhead", + link: "https://github.com/db0/pythorhead", + description: "Python SDK", + }, ]; const VOYAGER: AppDetails = {