TheCommsChannel / TC2-BBS-mesh

A BBS server for Meshtastic for posting bulletins, sending mail to users, and channel directory.
GNU General Public License v3.0
241 stars 51 forks source link

[Idea] Make Python 3.10 support #60

Open Ztrby opened 2 months ago

Ztrby commented 2 months ago

I have been looking thru the code and there are alot of if/elif/else statements.

In 3.10 there are match/case that will make the code more manageable as the project grows.

https://www.freecodecamp.org/news/python-switch-statement-switch-case-example/