6 lines
90 B
Python
6 lines
90 B
Python
def main():
|
|
print("Hello from botbotbot-py!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|