mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 14:24:31 +00:00
docs: update Python version range and clarify export sources for literals
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user