2026-rff_mp/stepushovgs/labyrinth/source/classes/__init__.py

4 lines
73 B
Python

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