_url.py 253 B

12345678910111213
  1. # -*- test-case-name: twisted.python.test.test_url -*-
  2. # -*- coding: utf-8 -*-
  3. # Copyright (c) Twisted Matrix Laboratories.
  4. # See LICENSE for details.
  5. """
  6. URL parsing, construction and rendering.
  7. """
  8. from hyperlink._url import URL
  9. __all__ = ["URL"]