From cd5859cf30b295723ed53f7c204932740b99e3cd Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Sun, 21 Jun 2020 16:13:29 +0200 Subject: [PATCH] add `get_default_components` to __all__ in pype.api --- pype/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/api.py b/pype/api.py index 4b3d50044f..5775bb3ce4 100644 --- a/pype/api.py +++ b/pype/api.py @@ -52,6 +52,7 @@ __all__ = [ "execute", "decompose_url", "compose_url", + "get_default_components", # plugin classes "Extractor",