Skip to content

Commit c866a6f

Browse files
authored
Update console_menu.py
1 parent a941774 commit c866a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

consolemenu/console_menu.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class ConsoleMenu:
22
"""
33
A simple console menu allows you to easily implement a basic user interface.
4-
You can find a sample in samples.py
54
"""
65
def __init__(self, title, items: dict):
76
"""

0 commit comments

Comments
 (0)