Fix all __init__.py files - add proper exports
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -1 +1,5 @@
|
||||
"""Crypto module for Snip."""
|
||||
"""Cryptography module for snippet encryption."""
|
||||
|
||||
from .service import CryptoService
|
||||
|
||||
__all__ = ["CryptoService"]
|
||||
Reference in New Issue
Block a user