Compare commits

...

1 Commits

Author SHA1 Message Date
981419d23a changed values to Decimal 2022-03-25 09:44:58 +05:30

View File

@ -1,5 +1,6 @@
import datetime import datetime
from dataclasses import dataclass from dataclasses import dataclass
from decimal import Decimal
from typing import Iterable, List, Literal, Mapping, Sequence, Tuple, Union from typing import Iterable, List, Literal, Mapping, Sequence, Tuple, Union
from .exceptions import DateNotFoundError, DateOutOfRangeError from .exceptions import DateNotFoundError, DateOutOfRangeError