2026-rff_mp/ivantsovma/maze/models/__init__.py

4 lines
73 B
Python
Raw Normal View History

from .cell import Cell
from .maze import Maze
__all__ = ['Cell', 'Maze']