Add database and model to the project
|
---|
|
.gitignore |
---|
KickoffPlan.md |
---|
README.md |
---|
ai-hub/app/core/__init__.py 0 → 100644 |
---|
ai-hub/app/db/README.md 0 → 100644 |
---|
ai-hub/app/db/__init__.py 0 → 100644 |
---|
ai-hub/app/db/database.py 0 → 100644 |
---|
ai-hub/app/db/models.py 0 → 100644 |
---|
ai-hub/pyproject.toml 0 → 100644 |
---|
ai-hub/requirements.txt |
---|
ai-hub/setup.py 0 → 100644 |
---|
ai-hub/tests/db/test_database.py 0 → 100644 |
---|
ai-hub/tests/db/test_models.py 0 → 100644 |
---|
ai-hub/tests/test_main.py |
---|