feat: project setup

This commit is contained in:
darwincereska
2026-01-05 16:56:38 -05:00
parent b6107c7c06
commit 40f8a64a49
38 changed files with 350 additions and 0 deletions

9
models/MODELS.md Normal file
View File

@@ -0,0 +1,9 @@
# MODELS
## FILES
- **book** `Interfaces for Elements of the Book`
- model.go `Structs`
- functions.go `Helper Functions`
- **citations** `Interfaces for Interacting With Citations`
- model.go `Structs`
- functions.go `Helper Functions`