milwright commited on
Commit
6b37887
·
1 Parent(s): 94e74f0

add init for ui and utils/helpers

Browse files
Files changed (2) hide show
  1. ui/__init__.py +1 -0
  2. utils/helpers/__init__.py +1 -0
ui/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ """UI package for Historical OCR."""
utils/helpers/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ """Helper modules for OCR processing utilities."""