pylcg/pylcg/__init__.py

5 lines
132 B
Python

from .core import LCG, IPRange, ip_stream
__version__ = "1.0.3"
__author__ = "acidvegas"
__all__ = ["LCG", "IPRange", "ip_stream"]