You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably move it to consts with comments separation
Unicode symbols and self-implemented controller is very ambitious. It's OK! Just add doc so others can understand it
It seems that you have a test script in the same module that your controller's classes declarations and implementations. It will be better to make a sort of launcher that allows you to launch "interactive mode" for Monthlery and test your controllers in this scripts.
You can create your launcher.py and put something like that inside:
fromcontrollerimportEvent, Controller, ControllerMouseif__name__=="__main__"""" Create your processes and start them here"""
The text was updated successfully, but these errors were encountered:
You can create your launcher.py and put something like that inside:
The text was updated successfully, but these errors were encountered: