mirror of
https://github.com/grey-cat-1908/formaptix-server.git
synced 2024-11-13 19:57:26 +03:00
4 lines
52 B
Python
4 lines
52 B
Python
|
from fastapi import APIRouter
|
||
|
|
||
|
router = APIRouter()
|