mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-01 12:32:30 +02:00
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# BENCHMARK_TITLE: Import bec_widgets
|
|
set -euo pipefail
|
|
|
|
python -c 'import bec_widgets; print(bec_widgets.__file__)'
|