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