plainoldrecipe/parsers/glebekitchen.py
2020-08-11 09:28:33 -04:00

4 lines
84 B
Python

from parsers.recipe import WpJsonRecipe
class GlebeKitchen(WpJsonRecipe):
pass