We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab55440 commit edde4e7Copy full SHA for edde4e7
wellcode_cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.18"
+__version__ = "0.1.19"
wellcode_cli/utils.py
@@ -5,6 +5,10 @@
5
import pandas as pd
6
from collections import defaultdict
7
8
+from rich.console import Console
9
+
10
+console = Console()
11
12
class WellcodeJSONEncoder(json.JSONEncoder):
13
def default(self, obj):
14
if isinstance(obj, datetime):
0 commit comments