Difficult-Rocket/bin/configs.py

17 lines
266 B
Python
Raw Normal View History

2020-12-31 23:13:11 +08:00
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
"""
2020-12-31 23:13:11 +08:00
def basic_number(Int=0, Float=1, unit1=[], unit2=[]):
return [Int, Float, unit1, unit2]
2020-12-31 23:13:11 +08:00
def basic_force():
return [basic_number(unit1=["N"]), basic_number(unit1=["N"])]
2021-01-01 11:02:44 +08:00
2021-01-01 11:02:44 +08:00
def configs(name):
pass