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/minimal.py | |
| parent | d70a199a72bf9a69eb4a3fcf166b0435918b2e33 (diff) | |
| download | selectui-main.tar.gz selectui-main.zip | |
Diffstat (limited to 'examples/minimal.py')
| -rwxr-xr-x | examples/minimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/minimal.py b/examples/minimal.py index c79d632..b7e02e2 100755 --- a/examples/minimal.py +++ b/examples/minimal.py @@ -3,8 +3,8 @@ Minimal example of using selectui as a library. """ -import sys import os +import sys sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'src')) |
