mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 14:17:58 -05:00
7 lines
84 B
Python
7 lines
84 B
Python
def main():
|
|
print("Hello from worker!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|