Don't load components and start the server from within the __init__() method. Break those out and call them in __main__(). This makes unit testing individual components possible. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Don't load components and start the server from within the __init__() method. Break those out and call them in __main__(). This makes unit testing individual components possible. Signed-off-by: Eric Callahan <arksine.code@gmail.com>