numbers-parser 4.7.1__py3-none-any.whl → 4.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,8 @@ import plistlib
24
24
  import warnings
25
25
 
26
26
  from numbers_parser.cell import * # noqa: F403
27
- from numbers_parser.document import Document # noqa
27
+ from numbers_parser.constants import * # noqa: F403
28
+ from numbers_parser.document import * # noqa: F403
28
29
  from numbers_parser.exceptions import * # noqa: F403
29
30
 
30
31
  __version__ = importlib.metadata.version("numbers-parser")