43 Star 236 Fork 58

xupingmao / xnote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
xupingmao 提交于 2022-08-07 17:27 . 支持qpython环境
# -*- coding:utf-8 -*-
"""
@Author : xupingmao
@email : 578749341@qq.com
@Date : 2022-08-07 16:39:30
@LastEditors : xupingmao
@LastEditTime : 2022-08-07 17:14:25
@FilePath : /xnote/main.py
@Description : 安卓入口
"""
import os
# 切换工作目录
project_dir = os.path.dirname(__file__)
os.chdir(project_dir)
import app
app.main(boot_config_kw = dict(db_driver = "sqlite"))
Python
1
https://gitee.com/xupingmao/xnote.git
git@gitee.com:xupingmao/xnote.git
xupingmao
xnote
xnote
master

搜索帮助