
| Current Path : /proc/thread-self/root/usr/local/lib/python3.8/dist-packages/pdftotree/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/local/lib/python3.8/dist-packages/pdftotree/__init__.py |
#!/usr/bin/env python # At the top level, prevent logging output in absense of logging config. import logging from pdftotree._version import __version__ from pdftotree.core import parse logging.getLogger(__name__).addHandler(logging.NullHandler()) __all__ = ["__version__", "parse"]