initial commit

This commit is contained in:
2025-02-27 22:41:38 +01:00
commit abb16938f8
59 changed files with 4169 additions and 0 deletions

4
src/schema/brand.py Normal file
View File

@@ -0,0 +1,4 @@
from dataclasses import dataclass
@dataclass
class BrandMetadata:
pass