Files
server/usr/lib/python3/dist-packages/twisted/python/_url.py
2026-01-07 20:52:11 +01:00

12 lines
228 B
Python

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