oops forgot to readd stuff cuz i moved it >~<

This commit is contained in:
elburg 2023-02-05 12:07:35 -08:00
parent 8ed5644f81
commit fea0c31d08
9 changed files with 242 additions and 1 deletions

9
category/furaffinity.py Normal file
View file

@ -0,0 +1,9 @@
def makeKeyWordList(tags):
return [
tags.theme,
tags.rating,
tags.species,
tags.gender,
tags.artist_url,
tags.fa_category
]