diff --git a/src/aiida/__init__.py b/src/aiida/__init__.py index 743c5009ab..5322c3bdeb 100644 --- a/src/aiida/__init__.py +++ b/src/aiida/__init__.py @@ -35,6 +35,7 @@ ) __paper_short__ = 'S. P. Huber et al., Scientific Data 7, 300 (2020).' +__all__ = ['load_profile'] def get_strict_version(): """Return a distutils StrictVersion instance with the current distribution version