# flake8: noqa from . import inventory, product, user # Make all CRUD modules available in this module __all__ = ["inventory", "product", "user"]