mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
|
|
"""
|
||
|
|
SecureLens AI — CLI Package
|
||
|
|
"""
|
||
|
|
__version__ = "2.0.0"
|
||
|
|
__app_name__ = "SecureLens AI"
|