75b1d16453
Made-with: Cursor
5 lines
92 B
Python
5 lines
92 B
Python
from models.brand import Brand
|
|
from models.model import Model
|
|
|
|
__all__ = ["Brand", "Model"]
|