mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 17:35:04 +00:00
8 lines
185 B
Python
8 lines
185 B
Python
|
#!/usr/bin/env python
|
||
|
# encoding:utf-8
|
||
|
# project:indexer_api
|
||
|
# license:unlicense (http://unlicense.org/)
|
||
|
|
||
|
# noinspection PyUnresolvedReferences
|
||
|
from lib.tvinfo_base.exceptions import *
|