Recommended Class to Subclass for custom classes?

I think I ran into what you were talking about above, with not getting the python object out. If I create a subclass of ActorNode called Ball, and do this:

ent = Ball( “ball1” )
np = NodePath( ent )
print np.node().class.name

The 3rd line will print “ActorNode” instead of “Ball”, correct?

Thanks for your time,
-Nick