aboutsummaryrefslogtreecommitdiffstats
path: root/covid19_tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'covid19_tool.py')
-rwxr-xr-xcovid19_tool.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/covid19_tool.py b/covid19_tool.py
index 5be70b4..7a565b8 100755
--- a/covid19_tool.py
+++ b/covid19_tool.py
@@ -1,5 +1,11 @@
#!/usr/bin/env python3
+"""
+Wrapper CLI tool for invoking code in the `fatcat_covid19` module.
+
+Licensed the same as code under fatcat_covid19/
+"""
+
import sys
import argparse