Split single large library into multiple smaller libraries

This commit is contained in:
2021-07-23 18:20:26 -04:00
parent 1d27d0fe50
commit 4a79343766
10 changed files with 294 additions and 139 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
#Ignore anything that Visual Studio Code produces
.vscode/*
#Ignore anything that python caches
__pycache__/*
__pycache__