As title suggests
import feda_tools as ft does not grant access to the twodim_hist module, though from feda_tools import twodim_hist does work. Not really sure what the difference is but this should be address. import as is a common strategy for importing packages, so we should accommodate it.