# main.py에 추가할 import from .api import spools # app.include_router 추가 app.include_router(spools.router, prefix="/api/spools", tags=["스풀 관리"])