Download this file

8 lines (5 with data), 104 Bytes

1
2
3
4
5
6
7
"""
Import all the modules in the package
"""
from . import talk2scholars
__all__ = ["talk2scholars"]