My main.py file is getting really big!
I'm aware you can move the Request handlers out to their own files in a package.
I've seen you need to add some init.py file to the handlers folder to declare this, and I expect you need to then import your handlers to main.py.
My questions is: what is the correct process for doing this? Any good documentation would be great.