<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># 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"]
</pre></body></html>