__init__.py 86 Bytes
Newer Older
1
2
3
4
5
__version__ = "0.1.0"

from .parser import RcclLogParser

__all__ = ["RcclLogParser"]