/ scripts / __init__.py
__init__.py
1  """Utility scripts for Sussro Services development and deployment.
2  
3  This package contains command-line utilities to help with development,
4  testing, and deployment of the Sussro Services application.
5  """
6  
7  __version__ = "0.1.0"
8  __all__ = []