diff resfinder/cge/output/trash/output.py @ 0:a16d245332d6 draft default tip

Uploaded
author dcouvin
date Wed, 08 Dec 2021 01:46:07 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resfinder/cge/output/trash/output.py	Wed Dec 08 01:46:07 2021 +0000
@@ -0,0 +1,13 @@
+#!/usr/bin/env python3
+
+
+from .exceptions import DuplicateKeyError
+from .exceptions import LockedObjectError
+
+
+class Write():
+    """
+    """
+
+    def txt_table(tableresult):
+        pass