ai-content-maker/.venv/Lib/site-packages/preshed/about.py

9 lines
262 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
__title__ = "preshed"
__version__ = "3.0.9"
__summary__ = "Cython hash table that trusts the keys are pre-hashed"
__uri__ = "https://github.com/explosion/preshed"
__author__ = "Explosion"
__email__ = "contact@explosion.ai"
__license__ = "MIT"
__release__ = True