5 lines
138 B
Python
5 lines
138 B
Python
from my.core import warnings
|
|
|
|
warnings.medium('my.reading.goodreads is deprecated! Use my.goodreads instead!')
|
|
|
|
from ..goodreads import *
|