🏗️ ♻️ restructuration du projet et refactoring #3

Merged
bbaudouin merged 29 commits from toucan into develop 2026-07-18 06:33:34 +01:00
Showing only changes of commit 805a088bf6 - Show all commits
+1 -1
View File
@@ -99,4 +99,4 @@ def app(character_name: str) -> None:
# Exemple d'utilisation
if __name__ == "__main__":
app("Jamin")
app(character_name=sys.argv[1] if len(sys.argv) > 1 else "Jamin")