1#!/usr/bin/env python
2
3from plasTeX import Environment
4
5class textblock(Environment):
6    args = 'hsize ( pos )'