diff --git a/Cryptix/__init__.py b/Cryptix/__init__.py index c5b9a2d..6b9b5e1 100644 --- a/Cryptix/__init__.py +++ b/Cryptix/__init__.py @@ -1,5 +1,3 @@ -# cryptix/__init__.py - from .cryptix import Cryptix -__all__ = ['Cryptix'] \ No newline at end of file +__all__ = ['Cryptix']