__init__.py 225 B

123456
  1. # expose some of the functions to the outside as they are used in other readers as well
  2. # TODO: create a unified util module for all readers
  3. from .get_submissions_info import get_country_code
  4. __all__ = ["get_country_code"]