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