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