aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/protocols/__init__.py')
-rw-r--r--pathod/protocols/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pathod/protocols/__init__.py b/pathod/protocols/__init__.py
index 1a8c7dab..f8f3008f 100644
--- a/pathod/protocols/__init__.py
+++ b/pathod/protocols/__init__.py
@@ -1 +1,7 @@
from . import http, http2, websockets
+
+__all__ = [
+ "http",
+ "http2",
+ "websockets",
+]