7 lines
93 B
Python
7 lines
93 B
Python
def main():
|
|
print("Hello from eve-wiki-agents!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|