plainoldrecipe/parsers/pickledplum.py
2021-08-25 21:50:36 -04:00

4 lines
83 B
Python

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