Files
Hotel-Booking/Backend/venv/lib/python3.12/site-packages/charset_normalizer/version.py
Iliyan Angelov 0c59fe1173 updates
2025-11-17 18:26:30 +02:00

9 lines
115 B
Python

"""
Expose version
"""
from __future__ import annotations
__version__ = "3.4.4"
VERSION = __version__.split(".")