#!/bin/env python3

from concepts import Context
c = Context.fromfile('objets.csv', frmat='csv')
c.lattice.graphviz(view=True)
