Extracted transformation in book2html to transform function. Put all command line...
[wolnelektury.git] / catalogue / lib / dcparser / __init__.py
1 # -*- coding: utf-8 -*-
2
3 from dcparser import parse, ParseError
4 from person import Person
5