arxiv.arxiv

This submodule is only an alias included for backwards compatibility. Its use is deprecated as of 2.1.0.

Use import arxiv.

 1"""
 2This submodule is only an alias included for backwards compatibility. Its use is
 3deprecated as of 2.1.0.
 4
 5Use `import arxiv`.
 6"""
 7
 8from .__init__ import *  # noqa: F403
 9import warnings
10
11warnings.warn("**Deprecated** after 2.1.0; use 'import arxiv' instead.")