mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
9 lines
105 B
Python
9 lines
105 B
Python
def _id(x):
|
|
return x
|
|
|
|
|
|
_in_scalar = _id
|
|
_out_scalar = _id
|
|
_in_collection = _id
|
|
_out_collection = _id
|