import _osg import _osgParticle __all__ = dir(_osgParticle) __ignore = ['__file__', '__module__', '__name__'] for (key, val) in _osgParticle.__dict__.items(): if key in __ignore: continue globals()[key] = val