Fix all commands and cleanup

This commit is contained in:
BillSchumacher
2023-04-19 18:17:04 -05:00
parent 23c650ca10
commit d7679d755f
16 changed files with 63 additions and 83 deletions

View File

@@ -3,7 +3,7 @@ import os
import requests
import yaml
from colorama import Fore
from git import Repo
from git.repo import Repo
def clean_input(prompt: str = ""):