First (way too late) commit

Dumping my fever dream coding session into source control finally.
This commit is contained in:
Doc
2026-01-12 19:15:18 -05:00
commit f386b154ab
22 changed files with 3267 additions and 0 deletions

4
src/df_tools/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
from .cli import app
if __name__ == "__main__":
app()