feat: přidat projekt

This commit is contained in:
Matyáš Caras 2023-02-10 15:53:42 +01:00
commit 95b26b4063
42 changed files with 5261 additions and 0 deletions

View file

@ -0,0 +1,6 @@
class MyCategory {
String name;
String id;
MyCategory(this.name, this.id);
}