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 40d6f8e commit 7083da8Copy full SHA for 7083da8
brain_games/scripts/brain_calc.py
@@ -0,0 +1,11 @@
1
+from brain_games.games.brain_calc_game import brain_calc
2
+from brain_games.scripts.brain_games import greet
3
+
4
5
+def main():
6
+ greet()
7
+ brain_calc()
8
9
10
+if __name__ == '__main__':
11
+ main()
0 commit comments