not done
This commit is contained in:
parent
a2aa3b902c
commit
2c94d0e9b8
@ -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
11
SR-PY.py
Normal 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
4
libs/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
"""
|
||||||
|
writen by shenjackyuanjie
|
||||||
|
mail: 3695888@qq.com
|
||||||
|
"""
|
Loading…
Reference in New Issue
Block a user