labyrinth-cs-proj/maze/modules/__init__.py

5 lines
86 B
Python
Raw Normal View History

2022-11-02 20:02:13 +00:00
from maze.modules.maze import main
import curses
def bruh():
curses.wrapper(main)