Skip to content

Instantly share code, notes, and snippets.

View robproject's full-sized avatar

Robert Duncan robproject

  • NetProfitXL
  • Los Angeles
  • LinkedIn in/rodun
View GitHub Profile
import sys
import json
import re
from dataclasses import dataclass
from json_source_map import calculate
from rich.console import Console
from rich.tree import Tree
from rich.table import Table