| Current Path : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/twisted/python/ |
| Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/twisted/python/versions.py |
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
Versions for Python packages.
See L{incremental}.
"""
from incremental import IncomparableVersions, Version, getVersionString
__all__ = ["Version", "getVersionString", "IncomparableVersions"]