mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 19:18:21 +00:00
14 lines
253 B
Python
14 lines
253 B
Python
# -*- test-case-name: twisted.python.test.test_url -*-
|
|
# -*- coding: utf-8 -*-
|
|
# Copyright (c) Twisted Matrix Laboratories.
|
|
# See LICENSE for details.
|
|
|
|
"""
|
|
URL parsing, construction and rendering.
|
|
"""
|
|
|
|
from hyperlink._url import URL
|
|
|
|
|
|
__all__ = ["URL"]
|