Initial commit

This commit is contained in:
JiJi
2023-01-25 00:22:24 +08:00
parent d5ac0347c6
commit 8a1e8c478a
8 changed files with 257 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
import setuptools
setuptools.setup()