view resfinder/cge/output/trash/output.py @ 0:55051a9bc58d draft default tip

Uploaded
author dcouvin
date Mon, 10 Jan 2022 20:06:07 +0000
parents
children
line wrap: on
line source

#!/usr/bin/env python3


from .exceptions import DuplicateKeyError
from .exceptions import LockedObjectError


class Write():
    """
    """

    def txt_table(tableresult):
        pass