arxiv_metadata/routes/__init__.py

5 lines
64 B
Python

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