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