mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 17:15:34 -06:00
7 lines
131 B
Python
7 lines
131 B
Python
from typing import Tuple, Optional
|
|
|
|
from fastapi import APIRouter
|
|
from linkpulse.models import User, Session
|
|
|
|
router = APIRouter()
|