initial commit

This commit is contained in:
Xevion
2020-04-29 04:53:18 -05:00
commit 700419bbcb
2 changed files with 9 additions and 0 deletions

4
amend/cli.py Normal file
View File

@@ -0,0 +1,4 @@
"""
cli.py
Controls command-line operations and is the primary entry-point to the application.
"""

5
amend/main.py Normal file
View File

@@ -0,0 +1,5 @@
"""
main.py
Main file that organizes most operations.
Despite the name, the application shouldn't be activated directly here.
"""