kata/calculator/calculator/parse/__init__.py

3 lines
68 B
Python

from .postfix import parse_postfix
from .prefix import parse_prefix