impuls/lib/python3.11/site-packages/routes/base.py

5 lines
134 B
Python
Raw Normal View History

"""Route and Mapper core classes"""
from routes import request_config
from routes.mapper import Mapper
from routes.route import Route