diff --git a/waybackpy/__init__.py b/waybackpy/__init__.py index 473be13..46e2ff7 100644 --- a/waybackpy/__init__.py +++ b/waybackpy/__init__.py @@ -2,3 +2,5 @@ from .wrapper import save, near, oldest, newest __version__ = "1.1" + +__all__ = ['wrapper', 'exceptions']