HubobelsPython/venv/lib/python3.9/site-packages/twisted/python/url.py
2022-01-02 21:50:48 +01:00

15 lines
244 B
Python

# -*- test-case-name: twisted.python.test.test_url -*-
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
URL parsing, construction and rendering.
@see: L{URL}
"""
from hyperlink import URL
__all__ = [
"URL",
]