Source code for maha.constants.general
from __future__ import annotations
from .arabic import ARABIC_NUMBERS, ARABIC_PUNCTUATIONS
from .english import ENGLISH_NUMBERS, ENGLISH_PUNCTUATIONS
""" Space character """
""" Empty character """
""" Arabic and English punctuations """
""" Arabic and English numbers """