diff --git a/kas/kas.py b/kas/kas.py index 9abbad0..b3c8da1 100644 --- a/kas/kas.py +++ b/kas/kas.py @@ -51,6 +51,8 @@ from .libkas import kasplugin from . import build from . import shell +__all__ = ['build', 'shell'] + __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017-2018'