"""Panels package.""" from . import vse_panel def register(): vse_panel.register() def unregister(): vse_panel.unregister()