Added project structure and basic data models
This commit is contained in:
7
spoolson/api/v1/vendor.py
Normal file
7
spoolson/api/v1/vendor.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Vendor related endpoints."""
|
||||
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(
|
||||
tags=["vendor"],
|
||||
)
|
||||
Reference in New Issue
Block a user