# egyptian_id_validator/__init__.py

from .validation import validate_egyptian_id

__all__ = ['validate_egyptian_id']
