arxiv_metadata/routes/__init__.py

5 lines
64 B
Python
Raw Normal View History

2015-12-24 20:34:34 +01:00
from . import get
from . import post
__all__ = ["get", "post"]