grawlix/grawlix/__init__.py
2023-04-06 21:38:19 +02:00

5 lines
130 B
Python

from .encryption import Encryption, AESEncryption
from .book import Book, SingleFile, OnlineFile, Metadata
__version__ = "0.1.0"