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