6 lines
77 B
Python
6 lines
77 B
Python
"""SecureCheck package."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|