2020-12-31 23:13:11 +08:00
|
|
|
"""
|
|
|
|
writen by shenjackyuanjie
|
|
|
|
mail: 3695888@qq.com
|
|
|
|
"""
|
|
|
|
|
2021-01-23 21:43:04 +08:00
|
|
|
|
2020-12-31 23:13:11 +08:00
|
|
|
def basic_number(Int=0, Float=1, unit1=[], unit2=[]):
|
|
|
|
return [Int, Float, unit1, unit2]
|
|
|
|
|
2021-01-23 21:43:04 +08:00
|
|
|
|
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-23 21:43:04 +08:00
|
|
|
|
2021-01-01 11:02:44 +08:00
|
|
|
def configs(name):
|
2021-01-23 21:43:04 +08:00
|
|
|
pass
|