from dash_xinet.server import create_app

# 创建 Dash App
app = create_app(__name__,
                 title='Sanstyle Dash')
