Source code for timApp.plugin.exportdata
from dataclasses import dataclass
from typing import Any
from tim_common.marshmallow_dataclass import class_schema
WithOutDataSchema = class_schema(WithOutData)()
from dataclasses import dataclass
from typing import Any
from tim_common.marshmallow_dataclass import class_schema
WithOutDataSchema = class_schema(WithOutData)()