Advertisement
benoic

Untitled

Jun 13th, 2024
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | Source Code | 0 0
  1. from ..cli import welcome_user
  2.  
  3.  
  4. def main():
  5.     print('Welcome to the Brain Games!')
  6.     welcome_user()
  7.  
  8.  
  9. if __name__ == '__main__':
  10.     main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement