Hopefully it won't be too long before it's released either.
NetGram/ ├── bot/ # Telegram Bot (Pyrogram) │ ├── main.py # Bot entry point │ ├── config.py # Configuration │ ├── handlers.py # Command handlers │ ├── database.py # Database operations │ └── ...