mirror of
https://github.com/exo-explore/exo.git
synced 2026-04-21 14:30:00 -04:00
7 lines
84 B
Python
7 lines
84 B
Python
def main():
|
|
print("Hello from worker!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|