Sindbad~EG File Manager

Current Path : /proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/maxminddb/
Upload File :
Current File : //proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/maxminddb/types.py

"""
maxminddb.types
~~~~~~~~~~~~~~~

This module provides a Record type that represents a database record.
"""
from typing import AnyStr, Dict, List, Union

Primitive = Union[AnyStr, bool, float, int]
Record = Union[Primitive, "RecordList", "RecordDict"]


class RecordList(List[Record]):  # pylint: disable=too-few-public-methods
    """
    RecordList is a type for lists in a database record.
    """


class RecordDict(Dict[str, Record]):  # pylint: disable=too-few-public-methods
    """
    RecordDict is a type for dicts in a database record.
    """

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists