1
0
mirror of https://github.com/KingRan/KR.git synced 2026-03-14 18:42:51 +08:00
This commit is contained in:
KingRan
2023-07-27 22:55:55 +08:00
parent 8fd2e7678b
commit b8bd9f4477
23 changed files with 3010 additions and 681 deletions

13
docker/bot/setup.py Normal file
View File

@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# @Author : iouAkira(lof)
# @mail : e.akimoto.akira@gmail.com
# @CreateTime: 2020-11-02
# @UpdateTime: 2021-03-21
from setuptools import setup
setup(
name='jd-scripts-bot',
version='0.2',
scripts=['jd_bot', ],
)