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