add project base
This commit is contained in:
3
backend/src/contracts/__init__.py
Normal file
3
backend/src/contracts/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# SPDX-FileCopyrightText: 2026-present Julien Aldon <julien.aldon@wanadoo.fr>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
3
backend/src/contracts/contracts.py
Normal file
3
backend/src/contracts/contracts.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix='/contracts')
|
||||
Reference in New Issue
Block a user