RAHHH
This commit is contained in:
15
backend/lib/python3.12/site-packages/twisted/python/url.py
Normal file
15
backend/lib/python3.12/site-packages/twisted/python/url.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# -*- 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",
|
||||
]
|
||||
Reference in New Issue
Block a user