feat: add link to pythorhead (#298)

This commit is contained in:
Divided by Zer0 2024-01-29 01:57:58 +01:00 committed by GitHub
parent 2918ea6638
commit 7676d816b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {