Skip to content

Instantly share code, notes, and snippets.

@chrimaho
Created April 29, 2022 06:53
Show Gist options
  • Save chrimaho/b069d33231cddd69425793a873d99dec to your computer and use it in GitHub Desktop.
Save chrimaho/b069d33231cddd69425793a873d99dec to your computer and use it in GitHub Desktop.
# Import Libraries ----
from sys import exc_info
from decouple import config
from fastapi import FastAPI, Query
from pydantic import BaseModel
from fastapi.responses import PlainTextResponse, JSONResponse, HTMLResponse
from git import Repo
from os.path import exists
from shutil import rmtree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment