Sindbad~EG File Manager

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

"""This package contains utility mixins"""
# pylint: disable=too-few-public-methods
from abc import ABCMeta
from typing import Any


class SimpleEquality(metaclass=ABCMeta):
    """Naive __dict__ equality mixin"""

    def __eq__(self, other: Any) -> bool:
        return isinstance(other, self.__class__) and self.__dict__ == other.__dict__

    def __ne__(self, other):
        return not self.__eq__(other)

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