We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b68f95 commit 58ca2f2Copy full SHA for 58ca2f2
unpythonic/net/__init__.py
@@ -1,7 +1,8 @@
1
# -*- coding: utf-8; -*-
2
"""Networking and REPL-related utilities.
3
4
-Symbols recommended for library use are imported directly to this namespace.
+From the submodules, symbols most likely useful for developing applications
5
+or higher-level libraries are imported directly into this namespace.
6
7
The hot-patching REPL implementation is contained in the submodules `server`,
8
`client` and `common`; if you need any of that, feel free to import it
0 commit comments