Custom Component in Python

Hey All - quick question for the group in hopes of an answer to what I originally thought was going to be a simple exercise.

I am attempting to create a light-weight wrapper around some existing components and preferably using the Component parent type from dash.development.base_component but the rendering is failing at the _namespace property. Specifically the client side complains that it can’t find the namespace so I assuming that there is some sort of registration that needs to occur.

Any help here would be greatly appreciated.

self._namespace = ‘what_should_this_be?’