python circuits is a great framework, I am not familiar with its component loading machanism
apart from loads from the /site-data folder for installed python modules through pip, I guess thats where the PYTHONPATH is set
is it loads from else where? e.g the current path when I do invoke python app.py?