793f5270da916cc96168df6777edbbe75e6322aa
[wolnelektury.git] / lib / dcparser / __init__.py
1 # -*- coding: utf-8 -*-
2
3 from dcparser import parse, ParseError
4 from person import Person
5