We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30afe01 commit adcf72bCopy full SHA for adcf72b
brain_games/scripts/brain_games.py
@@ -1,8 +1,6 @@
1
-from brain_games.games.start_game import start_game
2
-
3
4
def main():
5
- start_game()
+ print('Welcome to the Brain Games!')
6
7
8
if __name__ == "__main__":
0 commit comments