I’m working through the 3-sided market example here. I run into an issue with trying to import cadCadFunction - the module doesn’t exist. I’m not seeing it anywhere else in the cadCAD git or tutorials, either. Am I missing something?
import libraries
import pandas as pd
import numpy as np
import matplotlib
from tabulate import tabulate
from cadCAD.engine import ExecutionMode, ExecutionContext, Executor
from IPython.display import display
import ipywidgets as widgets
from cadCAD import configs
import cadCadFunctions as c2F
import matplotlib.pyplot as plt
%matplotlib inline
exec_mode = ExecutionMode()