1 Star 2 Fork 0

LoiseWine/March7thAssistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.py 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
moesnow 提交于 2024-03-09 17:20 +08:00 . refactor: module
from module.logger import log
from module.ocr import OCRInstaller
from tasks.weekly.universe import Universe
from tasks.daily.fight import Fight
if __name__ == "__main__":
ocr_installer = OCRInstaller(log)
ocr_installer.check_and_install()
Universe.check_path()
Fight.check_path()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/loisewine/March7thAssistant.git
[email protected]:loisewine/March7thAssistant.git
loisewine
March7thAssistant
March7thAssistant
main

搜索帮助