4 lines
65 B
Python
4 lines
65 B
Python
"""
|
|
CRUD package.
|
|
"""
|
|
from app.crud.crud_item import item # noqa |