Commit 30b3710
committed
libvcs(feat[__init__]): Export SyncResult and SyncError from top-level package
why: Users currently must import from libvcs.sync.base directly.
Exporting from __init__.py makes the public API explicit.
what:
- Add SyncResult and SyncError to libvcs.__init__ imports
- Add both to __all__1 parent aec95fb commit 30b3710
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
0 commit comments