This commit is contained in:
2025-09-14 22:09:39 +05:00
parent 8ad2bfbe59
commit 3c418a97b4
30 changed files with 3404 additions and 0 deletions

6
main.py Normal file
View File

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