Add example model, route and logic for development testing and boilerplate
This commit is contained in:
parent
f1cd1e8bfa
commit
cac002e3e6
11 changed files with 80 additions and 0 deletions
2
src/dagemark_backend/__init__.py
Normal file
2
src/dagemark_backend/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def main() -> None:
|
||||
print("Hello from dagemark-backend!")
|
||||
Loading…
Reference in a new issue