thelabcat / rumble-chat-actor

Interact with the chat of your livestreams in Python
GNU General Public License v3.0
2 stars 0 forks source link

Change localvars to classes structure #19

Closed thelabcat closed 1 month ago

thelabcat commented 1 month ago

As seen in this file, Python supports a much better system of static variable storage than declaring everything globally. Changing localvars to match this could make things much more maintainable in the future.