Improved directory structure; updated readme

This commit is contained in:
Thomas Wilczynski 2025-11-17 17:58:08 -08:00
commit d99c5d2f23
11 changed files with 111 additions and 31 deletions

2
finch_filer_cli.py Normal file
View file

@ -0,0 +1,2 @@
from src.finch_filer import script
script.run()