Initial Commit

This commit is contained in:
Neill Cox 2024-08-10 14:13:07 +10:00
commit 05c2e5e81f
17 changed files with 1197 additions and 0 deletions

3
ah_tools/__init__.py Normal file
View file

@ -0,0 +1,3 @@
__version__ = "0.0.1"
from .core import check_backups, decrypt_cli, encrypt_cli