plainoldrecipe/parsers/bowlofdelicious.py

5 lines
87 B
Python
Raw Permalink Normal View History

from parsers.recipe import WpJsonRecipe
2020-06-26 08:46:04 +00:00
class Bowlofdelicious(WpJsonRecipe):
pass