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