mirror of
https://github.com/Xevion/amend.git
synced 2025-12-06 01:14:20 -06:00
initial commit
This commit is contained in:
4
amend/cli.py
Normal file
4
amend/cli.py
Normal 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
5
amend/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
main.py
|
||||
Main file that organizes most operations.
|
||||
Despite the name, the application shouldn't be activated directly here.
|
||||
"""
|
||||
Reference in New Issue
Block a user