1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-30 03:52:34 +02:00
Files
bec_widgets/tests/benchmarks/hyperfine/utils/exit_bec_startup.py
T
2026-04-21 13:58:38 +02:00

6 lines
73 B
Python

import time
_ip = get_ipython()
_ip.confirm_exit = False
_ip.ask_exit()