Skip to content

Commit 69391fc

Browse files
committed
fix: include ProxyConfig classes in __all__ for proper exports
1 parent 64eb4eb commit 69391fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ytfetcher/config/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44

55
__all__ = [
66
"HTTPConfig",
7-
"enable_default_config"
7+
"enable_default_config",
8+
"ProxyConfig",
9+
"GenericProxyConfig",
10+
"WebshareProxyConfig"
811
]

0 commit comments

Comments
 (0)