mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 09:25:04 +00:00
e56303798c
Initial SickGear for Python 3.
7 lines
185 B
Python
7 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 *
|