plainoldrecipe/parsers/bowlofdelicious.py

4 lines
87 B
Python

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