116 Star 438 Fork 75

吴侃 / NovalIDE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NovalIDE.py 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴侃 提交于 2019-05-06 15:42 . '新tk版本'
# -*- coding: utf-8 -*-
#-------------------------------------------------------------------------------
# Name: NovalIDE.py
# Purpose:
#
# Author: wukan
#
# Created: 2019-01-08
# Copyright: (c) wukan 2019
# Licence: GPL-3.0
#-------------------------------------------------------------------------------
from noval.launcher import run
import noval.model as model
#设置软件运行的语言,默认为Python
run(model.LANGUAGE_DEFAULT)
Python
1
https://gitee.com/wekay/NovalIDE.git
git@gitee.com:wekay/NovalIDE.git
wekay
NovalIDE
NovalIDE
dev

搜索帮助