5 lines
56 B
Python
5 lines
56 B
Python
|
from menu import Menu
|
||
|
from icecream import ic
|
||
|
|
||
|
ic(Menu)
|