mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
7 lines
199 B
Python
7 lines
199 B
Python
# pylint:disable=C0111
|
|
|
|
__title__ = 'geoip2'
|
|
__version__ = '2.4.0'
|
|
__author__ = 'Gregory Oschwald'
|
|
__license__ = 'Apache License, Version 2.0'
|
|
__copyright__ = 'Copyright (c) 2013-2016 Maxmind, Inc.'
|