Files
HarvestingRealman/harvest_exo/harvest_exo/exoskeleton.py
LiuzhengSJ 2bf7b4885e init
2026-06-23 13:23:32 +01:00

7 lines
86 B
Python

def main():
print('Hi from harvest_exo.')
if __name__ == '__main__':
main()