arxiv_metadata/routes/__init__.py

6 lines
95 B
Python

from . import delete
from . import get
from . import post
__all__ = ["delete", "get", "post"]