Skip to content

Commit 5557d5f

Browse files
author
shmelevik
committed
commit linting
1 parent a3d66ce commit 5557d5f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

brain_games/scripts/games/brain_games.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
from brain_games.cli import welcome_user
2-
# from brain_games.scripts.games.brain_calc import calc_game
3-
# from brain_games.scripts.games.brain_even import is_even_game
4-
# from brain_games.scripts.games.brain_gcd import gcd_game
5-
# from brain_games.scripts.games.brain_prime import is_prime_game
6-
# from brain_games.scripts.games.brain_progression import progression_game
72

83

94
def main():
10-
name = welcome_user()
11-
# is_even_game(name)
12-
# calc_game(name)
13-
# gcd_game(name)
14-
# progression_game(name)
15-
# is_prime_game(name)
5+
welcome_user()
166

177

188
if __name__ == "__main__":

0 commit comments

Comments
 (0)