Source code for metawards.mixers._mix_none
__all__ = ["mix_none"]
[docs]def mix_none(**kwargs):
    """This mixer will perform no mixing. The result is that
       the demographics won't interact with one another and
       each disease outbreak will be completely separate.
    """
    return []