summaryrefslogtreecommitdiff
path: root/internal/processor/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processor/doc.go')
-rw-r--r--internal/processor/doc.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/processor/doc.go b/internal/processor/doc.go
new file mode 100644
index 0000000..6738816
--- /dev/null
+++ b/internal/processor/doc.go
@@ -0,0 +1,5 @@
+// Package processor contains the core business logic for processing Bulgarian
+// words. It orchestrates audio generation, image downloading, translation,
+// phonetic information fetching, and Anki file generation. This package
+// serves as the main coordinator between all other components.
+package processor