We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a119f61 commit dcfffb5Copy full SHA for dcfffb5
bpython/wizard.py
@@ -114,3 +114,6 @@ def run_wizard():
114
def main():
115
if is_first_run():
116
run_wizard()
117
+
118
+if __name__ == '__main__':
119
+ main()
0 commit comments