botbotbot/main.py

7 lines
90 B
Python
Raw Normal View History

def main():
print("Hello from botbotbot-py!")
if __name__ == "__main__":
main()