From 8432d955288db5394939216ecb14408ac98afd8a Mon Sep 17 00:00:00 2001 From: Mohsin Mukhtiar Lashari <160683327+president-xd@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:10:00 +0500 Subject: [PATCH] Update __init__.py --- Cryptix/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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']