Skip to content

Commit 4c86055

Browse files
committed
Fix eolib.protocol.pub.server types not being exposed from eolib
1 parent 1b0a45d commit 4c86055

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Make `eolib.protocol.pub.server` types available from the top-level `eolib` package.
13+
1014
## [2.0.0] - 2025-06-30
1115

1216
### Added

src/eolib/protocol/pub/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
- [eolib.protocol._generated.pub][]
66
"""
77

8+
from .server import *
9+
810
from .._generated.pub import *

0 commit comments

Comments
 (0)