#!/usr/bin/env python # coding: utf-8 # # Playground # # This notebook is a [Gitpod](https://www.gitpod.io/) based playground provided to let you experiment with LibLET. # In[1]: from liblet import Tree Tree('An example', [Tree('of'), Tree('tree')])