feat: 🐱

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

View File

@ -8,6 +8,7 @@ from gi.repository import Gtk, Adw, GLib
class CatGPTProvider(BavarderProvider):
name = _("Cat GPT")
slug = "catgpt"
description = "🐱️"
version = "0.1.0"
def __init__(self, win, app, *args, **kwargs):