We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eolib.protocol.pub.server
eolib
1 parent 1b0a45d commit 4c86055Copy full SHA for 4c86055
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Make `eolib.protocol.pub.server` types available from the top-level `eolib` package.
13
14
## [2.0.0] - 2025-06-30
15
16
### Added
src/eolib/protocol/pub/__init__.py
@@ -5,4 +5,6 @@
5
- [eolib.protocol._generated.pub][]
6
"""
+from .server import *
from .._generated.pub import *
0 commit comments