spark / cbh /api /timezone /__init__.py
brestok's picture
init
cd46ce5
raw
history blame contribute delete
111 Bytes
from fastapi import APIRouter
timezone_router = APIRouter(
prefix="/api/timezone",
)
from . import views