diff options
Diffstat (limited to 'Lib/Bastion.py')
-rw-r--r-- | Lib/Bastion.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/Bastion.py b/Lib/Bastion.py index 868b0b6..99990a2 100644 --- a/Lib/Bastion.py +++ b/Lib/Bastion.py @@ -26,6 +26,7 @@ bastion is created. """ +__all__ = ["BastionClass", "Bastion"] from types import MethodType |