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