Source code for pathex.expressions.non_fundamentals
from __future__ import annotations
from pathex.expressions.nary_operators.union import Union
from pathex.expressions.terms.empty_word import EMPTY_WORD
__all__ = ['optional']
from __future__ import annotations
from pathex.expressions.nary_operators.union import Union
from pathex.expressions.terms.empty_word import EMPTY_WORD
__all__ = ['optional']