Source code for maha.constants.general
from typing import List
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 """