grocy-cli/grocy/commands/__init__.py

6 lines
202 B
Python

from grocy.commands.stock import Stock
from grocy.commands.recipe import Recipe
from grocy.commands.chore import Chore
from grocy.commands.task import Task
from grocy.commands.shopping import Shopping