Source code for dr_simulator

# -*- coding: utf-8 -*-

"""Top-level package for Demand Response Simulator."""

__author__ = "Adhithyan Sakthivelu"
__email__ = "adhiths@stanford.edu"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "0.4.0"


[docs] def get_module_version(): """Return the version of the module.""" return __version__