moto/moto/neptune/urls.py
2023-02-26 15:27:08 -01:00

8 lines
151 B
Python

"""
All calls to this service are intercepted by RDS
"""
url_bases = [] # type: ignore[var-annotated]
url_paths = {} # type: ignore[var-annotated]