This commit is contained in:
沈瑗杰 2020-11-28 15:17:44 +08:00
parent a2aa3b902c
commit 2c94d0e9b8
3 changed files with 23 additions and 0 deletions

View File

@ -1,2 +1,10 @@
# SR # SR
simplerocket in python simplerocket in python
or simple rocket python edition
# NEED
```
python 3.8+
pyglet
```

11
SR-PY.py Normal file
View File

@ -0,0 +1,11 @@
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
"""
def main():
pass
if __name__ == "__main__":
main()

4
libs/__init__.py Normal file
View File

@ -0,0 +1,4 @@
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
"""