6 lines
88 B
Python
6 lines
88 B
Python
from maze.modules.maze import main
|
|
import curses
|
|
|
|
|
|
def bruh():
|
|
curses.wrapper(main)
|