ImportError: cannot import name 'log' from 'notetool'
from notedrive.baidu.drive import BaiDuDriveTraceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\ljc14\AppData\Local\Programs\Python\Python37\lib\site-packages\notedrive\baidu\drive.py", line 11, in <module> from notetool import log ImportError: cannot import name 'log' from 'notetool'
ImportError: cannot import name 'log' from 'notetool'
from notedrive.baidu.drive import BaiDuDrive
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\ljc14\AppData\Local\Programs\Python\Python37\lib\site-packages\notedrive\baidu\drive.py", line 11, in <module> from notetool import log ImportError: cannot import name 'log' from 'notetool'