Initialize botbotbot-py project with basic structure and configuration

This commit is contained in:
Edgar P. Burkhart 2025-03-22 16:04:53 +01:00
parent 5c77a47383
commit 39da454b2a
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 238 additions and 12 deletions

6
main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("Hello from botbotbot-py!")
if __name__ == "__main__":
main()