7 Star 49 Fork 14

Oops404/哔哩BCM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
to_bin.py 150 Bytes
一键复制 编辑 原始数据 按行查看 历史
Oops404 提交于 2022-02-12 11:18 . 编译到C
# -*- coding: utf-8 -*-
from distutils.core import setup
from Cython.Build import cythonize
setup(name='BCM', ext_modules=cythonize(["cm.py", ]), )
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Oops404/bcm.git
git@gitee.com:Oops404/bcm.git
Oops404
bcm
哔哩BCM
master

搜索帮助