mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 01:25:21 +00:00
8 lines
190 B
Python
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.'
|