提交 92af64d1b740ca84374d5c2052ca0c6c5d5443f8

作者 LJH 李佳桓
1 个父辈 bdf5e435

add

  1 +# -*- coding: utf-8 -*-
  2 +"""
  3 + This script initializes the plugin, making it known to QGIS.
  4 +"""
  5 +
  6 +
  7 +def serverClassFactory(serverIface):
  8 + from . debug import Debug
  9 + return Debug(serverIface)
... ...
注册登录 后发表评论