Skip to content

Commit

Permalink
format document
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Nov 15, 2023
1 parent 5d5e386 commit 1331a3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/get_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@

try:
from curses import wrapper # type: ignore

TKINTER_GUI = False
except ImportError:

def wrapper(_) -> str:
return CHECKBOX_OPTIONS[1]

TKINTER_GUI = True

from src.md_to_py import md_table_to_lines
Expand Down

0 comments on commit 1331a3b

Please sign in to comment.