I\'m implementing an Adjacency List in SQL Alchemy which I have working. It\'s the basic example here of Node. I have it working.
class Node(Base): __tabl