chore: delete depreciated config folder

This commit is contained in:
swve 2023-03-24 23:59:22 +01:00
parent aa90283fe7
commit a0e749399f
2 changed files with 0 additions and 11 deletions

View file

@ -1,11 +0,0 @@
from fastapi import FastAPI
class Settings(FastAPI):
title="LearnHousse",
description="LearnHouse is a new open-source platform tailored for learning experiences.",
version="0.1.0",
root_path="/"
docs_url="/docs"
async def get_settings() -> Settings:
return Settings()