docs: update Python version range and clarify export sources for literals

This commit is contained in:
bohd4nx
2026-05-29 01:58:28 +03:00
parent cc279a0fde
commit e0251d5d04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ You can be up and running in under a minute.
## Requirements
- Python 3.10+
- Python 3.10 3.14
## Install from PyPI
+1 -1
View File
@@ -14,7 +14,7 @@ PaymentMethod = Literal["ton", "usdt_ton"]
WalletVersion = Literal["V4R2", "V5R1"]
```
These literals are exported from `pyfragment.models.enums` and `pyfragment.models`.
These literals are exported from `pyfragment` (top-level), `pyfragment.models`, and `pyfragment.models.enums`.
## Usage notes