mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-04-30 03:52:34 +02:00
6 lines
73 B
Python
6 lines
73 B
Python
import time
|
|
|
|
_ip = get_ipython()
|
|
_ip.confirm_exit = False
|
|
_ip.ask_exit()
|