#!/usr/bin/env python3 from .easydoc import LODrawImpress class LODraw(LODrawImpress): _type = 'draw' def __init__(self, obj): super().__init__(obj)