Skip to content

Commit 77e6e6b

Browse files
committed
add welcome_user function call
1 parent 17e52f1 commit 77e6e6b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
88 Bytes
Binary file not shown.

brain_games/scripts/brain_games.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# brain_games/scripts/brain_games.py
2+
from brain_games.cli import welcome_user
23
def main():
34
print("Welcome to the Brain Games!")
5+
welcome_user()
6+
47

58
if __name__ == "__main__":
69
main()

0 commit comments

Comments
 (0)