__init__.py 87 Bytes
Newer Older
1
__version__ = "0.1.10"
2
3
4
5

from .parser import RcclLogParser

__all__ = ["RcclLogParser"]