commit 700419bbcb67feba2f51590ff23293a994fa4738 Author: Xevion Date: Wed Apr 29 04:53:18 2020 -0500 initial commit diff --git a/amend/cli.py b/amend/cli.py new file mode 100644 index 0000000..bc00979 --- /dev/null +++ b/amend/cli.py @@ -0,0 +1,4 @@ +""" +cli.py +Controls command-line operations and is the primary entry-point to the application. +""" \ No newline at end of file diff --git a/amend/main.py b/amend/main.py new file mode 100644 index 0000000..e655127 --- /dev/null +++ b/amend/main.py @@ -0,0 +1,5 @@ +""" +main.py +Main file that organizes most operations. +Despite the name, the application shouldn't be activated directly here. +""" \ No newline at end of file