#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ 控制管理界面模块 """ from .ControlWidget import getControlWidget __all__ = ['getControlWidget']