Commit 8bf1f5e
Export __version__ via __all__
PEP 396 convention: ``__version__`` is the canonical module-level
version handle. Advertise it in ``__all__`` so
``from sqlalchemydqlite import *`` binds it and static-analysis tools
that read ``__all__`` as the source of truth see it as public.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b1e38c7 commit 8bf1f5e
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments