Updated bank account

This commit is contained in:
Meatball
2022-12-19 09:27:16 +01:00
committed by BethanyG
parent f333803a54
commit c652ff3089
5 changed files with 397 additions and 69 deletions

View File

@@ -6,7 +6,7 @@ import subprocess
from typing import Iterator, Union
GITHUB_EXERCISM = f"https://github.com/exercism"
GITHUB_EXERCISM = f"https://github.com/meatball133"
class Repo(Enum):