8 lines
219 B
Python
8 lines
219 B
Python
# This module is part of CAiMIRA. Please see the repository at
|
|
# https://gitlab.cern.ch/caimira/caimira for details of the license and terms of use.
|
|
"""
|
|
Documentation for the CAiMIRA package
|
|
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|