labyrinth-cs-proj/maze/modules/__init__.py
2022-11-04 16:55:22 +05:30

7 lines
89 B
Python

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