add output folder

This commit is contained in:
2023-06-12 19:12:30 +02:00
parent 9d75f9aca0
commit 1486f33346
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -26,7 +26,8 @@ def convert_all():
print("conversion réussie")
def main():
if __name__ == "__main__":
choix = input("Que voulez-vous faire? \n 1) convertir un fichier markdown ?\n 2) convertir plusieurs fichiers markdown ?")
@@ -37,5 +38,3 @@ def main():
convert_all()
case _:
print("choix incorrect, veuillez saisir 1 ou 2")
main()
BIN
View File
Binary file not shown.