6 lines
94 B
Python
6 lines
94 B
Python
"""Telegram bot for a Marzban VPN panel."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|