7 lines
91 B
Python
7 lines
91 B
Python
def main():
|
|
print('Hi from harvest_retarget.')
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|