feat: add main function and requirements for data sources

This commit is contained in:
2026-03-01 13:30:24 +01:00
parent f4ce115a95
commit 5bc1d6f072
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
def main(args):
return {"status": "success", "message": "Data sources endpoint is up!"}

View File

@@ -0,0 +1 @@
requests