Initialize botbotbot-py project with basic structure and configuration
This commit is contained in:
parent
5c77a47383
commit
39da454b2a
7 changed files with 238 additions and 12 deletions
6
main.py
Normal file
6
main.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from botbotbot-py!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue