mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-14 02:53:19 +00:00
Get the logger from a central place
This commit is contained in:
parent
7e141724c1
commit
795dfd38df
55 changed files with 157 additions and 167 deletions
|
|
@ -1,5 +1,7 @@
|
|||
from __future__ import division, absolute_import, print_function, unicode_literals
|
||||
|
||||
from .lazylogger import LazyLogger
|
||||
|
||||
from .translate import translate
|
||||
from .exceptions import LibraryException
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue