Functions are split into classes.

Instead of having all code written as functions, we're now structuring it around two main classes: the Backup class, responsible for handling backups, and the UI class, which focuses on displaying and initiating calls to backup functions.
This commit is contained in:
Mr Finchum 2024-12-03 18:31:18 +00:00
parent 0aedfb266e
commit a9ecd949db
3 changed files with 180 additions and 167 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
local_files/
.ropeproject/
__pycache__/