initial commit

This commit is contained in:
2024-07-07 15:17:06 -05:00
commit 06a0076105
6 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

0
__init__.py Normal file
View File

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
pydantic

0
src/__init__.py Normal file
View File

0
test/__init__.py Normal file
View File

1
test/requirements.txt Normal file
View File

@@ -0,0 +1 @@
pytest