.
├── LICENSE
├── pyproject.toml
├── README.md
├── src
│   └── emrpy
│       ├── __init__.py
│       ├── decorators.py
│       ├── encoders.py
│       ├── logging
│       │   ├── __init__.py
│       │   └── logger_config.py
│       ├── py.typed
│       └── telegrambot.py
├── tests
│   ├── test_encoders.py
│   ├── test_logger_config.py
│   └── test_telegram_bot.py
├── tree.txt
└── uv.lock

5 directories, 15 files
