#!/usr/bin/env python # coding: utf-8 # In[1]: get_ipython().run_line_magic('load_ext', 'autoreload') get_ipython().run_line_magic('autoreload', '2') # In[2]: from tf.app import use # In[9]: A = use("bhsa", hoist=globals(), lgc=True) # In[11]: v1 = T.nodeFromSection(("Genesis", 1, 1)) A.pretty(v1, fmt="text-phono-full")