feat: 📝🐱

This commit is contained in:
Daudix_UFO 2023-05-14 18:21:56 +03:00
parent f42b25add4
commit ec956191c6
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -10,6 +10,8 @@ class CatGPTProvider(BavarderProvider):
slug = "catgpt"
description = "🐱️"
version = "0.1.0"
developer_name = "Astrid Yu"
developers = ["Astrid Yu https://github.com/ifd3f"]
def __init__(self, win, app, *args, **kwargs):
super().__init__(win, app, *args, **kwargs)