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

5 lines
No EOL
86 B
Python

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