aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/oguri/constants.py24
1 files changed, 24 insertions, 0 deletions
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",
+]