Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
from .textstat import textstat
__version__ = (0, 5, 6)
for attribute in dir(textstat):
if callable(getattr(textstat, attribute)):
if not attribute.startswith("_"):
globals()[attribute] = getattr(textstat, attribute)
from .textstat import textstat
__version__ = (0, 5, 6)
for attribute in dir(textstat):
if callable(getattr(textstat, attribute)):
if not attribute.startswith("_"):
globals()[attribute] = getattr(textstat, attribute)