mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
6 lines
162 B
Python
6 lines
162 B
Python
# MIT licensed
|
|
# Copyright (c) 2019 lilydjwg <lilydjwg@gmail.com>, et al.
|
|
|
|
from .. import __version__
|
|
|
|
DEFAULT_USER_AGENT = 'lilydjwg/nvchecker %s' % __version__
|