diff options
| author | Louis Burda <dev@sinitax.com> | 2026-02-28 18:54:19 +0100 |
|---|---|---|
| committer | Louis Burda <dev@sinitax.com> | 2026-02-28 18:54:19 +0100 |
| commit | be1dd21f8e4fbd5361531b4d8727a0d0d243e8ec (patch) | |
| tree | e7b540012e0510d1304d2dac8e137545ae103f75 /examples/library_usage.py | |
| parent | d70a199a72bf9a69eb4a3fcf166b0435918b2e33 (diff) | |
| download | selectui-main.tar.gz selectui-main.zip | |
Diffstat (limited to 'examples/library_usage.py')
| -rwxr-xr-x | examples/library_usage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/library_usage.py b/examples/library_usage.py index e0024a9..fa77a19 100755 --- a/examples/library_usage.py +++ b/examples/library_usage.py @@ -6,7 +6,7 @@ This shows various ways to integrate SelectUI into your Python applications. """ import sys -import os + from selectui import SelectUI |
