labyrinth-cs-proj/maze/modules/__init__.py
2022-11-03 01:34:30 +05:30

6 lines
88 B
Python

from maze.modules.maze import main
import curses
def bruh():
curses.wrapper(main)