5 lines
192 B
Python
5 lines
192 B
Python
from app.crud.crud_category import category
|
|
from app.crud.crud_customer import customer
|
|
from app.crud.crud_rental_item import rental_item
|
|
from app.crud.crud_rental_record import rental_record
|