Using any of your base samples to get this working fails with "cannot import name 'xxxxxx'"
Error:
Traceback (most recent call last):
File "/Volumes/OneDrive/Python/rss/tmdb.py", line 2, in
from tmdb import route
File "/Volumes/OneDrive/Python/rss/tmdb.py", line 2, in
from tmdb import route
ImportError: cannot import name 'route' from partially initialized module 'tmdb' (most likely due to a circular import) (/Volumes/OneDrive/Python/rss/tmdb.py)
Using any of your base samples to get this working fails with "cannot import name 'xxxxxx'"
Error: Traceback (most recent call last): File "/Volumes/OneDrive/Python/rss/tmdb.py", line 2, in
from tmdb import route
File "/Volumes/OneDrive/Python/rss/tmdb.py", line 2, in
from tmdb import route
ImportError: cannot import name 'route' from partially initialized module 'tmdb' (most likely due to a circular import) (/Volumes/OneDrive/Python/rss/tmdb.py)