This commit is contained in:
2026-02-13 03:04:47 +05:00
commit 0f6d518303
17 changed files with 621 additions and 0 deletions

6
main.py Normal file
View File

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