drbree82 / Simpylwiki

1 stars 0 forks source link

Break up the logic into multiple classes #2

Open drbree82 opened 1 month ago

drbree82 commented 1 month ago

Plan long term will be to build a CLI (using gnu less probably) interface, and eventually a web framework using flask and one of the web front ends. To achieve this, it really needs to have a separate class for the CRUD logic, the buttons/text etc. Plan is to make some classes and get them all talking to each other instead of self.this() and self.that()