Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from ..cli import welcome_user
- def main():
- print('Welcome to the Brain Games!')
- welcome_user()
- if __name__ == '__main__':
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement