commit 6dba826963e0bdf131b4d33044c0a9499f01d7ca Author: Tim Van Baak Date: Tue Dec 31 12:08:51 2019 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5cb296e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.py[cod] +*$py.class +venv/ +.vscode diff --git a/amanuensis/__init__.py b/amanuensis/__init__.py new file mode 100644 index 0000000..e69de29