From a110c200e86d2325af07167531fac0f61d9681a0 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Fri, 26 Dec 2025 18:41:26 +0100 Subject: Switch to GUI to manage the library Allow to regroup the CLI and the view into one unique tool. --- src/models.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/models.py (limited to 'src/models.py') diff --git a/src/models.py b/src/models.py new file mode 100644 index 0000000..d271b62 --- /dev/null +++ b/src/models.py @@ -0,0 +1,2 @@ +all_progress = ['Unread', 'Reading', 'Read', 'Stopped'] +langs = ['fr', 'en', 'de'] -- cgit v1.2.3