From 739cc25a80da04f40be2ccd38a2f90f20ef62370 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 7 Jul 2025 01:35:44 -0700 Subject: refactor: Move option defaults to module --- src/oguri/constants.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/oguri/constants.py (limited to 'src') diff --git a/src/oguri/constants.py b/src/oguri/constants.py new file mode 100644 index 0000000..3b2318c --- /dev/null +++ b/src/oguri/constants.py @@ -0,0 +1,24 @@ +COUNTRIES = ["JP", "KR", "CN"] +FORMATS = ["TV", "TV_SHORT", "MOVIE", "SPECIAL", "OVA"] +SOURCES = ["ORIGINAL", "MANGA", "LIGHT_NOVEL", "VISUAL_NOVEL", "VIDEO_GAME", "OTHER"] +GENRES = [ + "Action", + "Adventure", + "Comedy", + "Drama", + "Ecchi", + "Fantasy", + "Hentai", + "Horror", + "Mahou Shoujo", + "Mecha", + "Music", + "Mystery", + "Psychological", + "Romance", + "Sci-Fi", + "Slice of Life", + "Sports", + "Supernatural", + "Thriller", +] -- cgit v1.2.3