DB/parser/dpcdll/__init__.py

3 lines
48 B
Python

from .dpcdll import parse
__all__ = ['parse']