Module eremitalpa.scripts.make_chimera
Functions
def main()
def runs(data: list[int]) ‑> Generator[str, None, None]
-
Take a list of integers and yield a generator of strings, where each string is either a single integer, or a range of integers, depending on whether the list of integers is a single element or a run of two or more elements.