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:
parent
0aedfb266e
commit
a9ecd949db
3 changed files with 180 additions and 167 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
local_files/
|
||||
.ropeproject/
|
||||
__pycache__/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue