| Total Complexity | 0 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | # pyre-strict |
||
| 2 | |||
| 3 | """ |
||
| 4 | This module helps you working with payment texts such as |
||
| 5 | "*4321 29.06 USD 50.00 ITUNES.COM/BILL Rate: 1.0000". |
||
| 6 | """ |
||
| 7 | |||
| 8 | from paytext.paytext import PaymentText |
||
| 9 | |||
| 10 | name: str = 'paytext' |
||
| 11 |