Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/fontTools/__init__.py: 83%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1import logging
2from fontTools.misc.loggingTools import configLogger
4log = logging.getLogger(__name__)
6version = __version__ = "4.60.2.dev0"
8__all__ = ["version", "log", "configLogger"]