Cortex-Analyzers/analyzers/MaxMind/geoip2/__init__.py

8 lines
190 B
Python

# pylint:disable=C0111
__title__ = 'geoip2'
__version__ = '2.0.0'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright 2014 Maxmind, Inc.'