Skip to content

Commit dcfffb5

Browse files
committed
__name__ == __main__
1 parent a119f61 commit dcfffb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bpython/wizard.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ def run_wizard():
114114
def main():
115115
if is_first_run():
116116
run_wizard()
117+
118+
if __name__ == '__main__':
119+
main()

0 commit comments

Comments
 (0)