andrewtryder / python-craiyon-api

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
a year agoa year old
One-line docstring should fit on one line with quotes
 30        NoneType = "none"
 31
 32    class GenerationResult:
 33        """ 34        A class that represents the result of the art generation.
 35        """
 36        def __init__(self, images: List[str], next_prompt: str, duration: float):
One-line docstring should fit on one line with quotes
 21    """
 22
 23    class Model:
 24        """ 25        A class that contains constants for the available models.
 26        """
 27        Art = "art"