~\AppData\Roaming\Python\Python37\site-packages\pyanime4k\wrapper\acwrapper.py in
#Add current path to trusted DLL directory in Windows
if platform.system() == "Windows":
---> os.add_dll_directory(curr_path)
c_ac = ctypes.cdll.LoadLibrary(
AttributeError: module 'os' has no attribute 'add_dll_directory'
~\AppData\Roaming\Python\Python37\site-packages\pyanime4k\wrapper\acwrapper.py in
#Add current path to trusted DLL directory in Windows
if platform.system() == "Windows":
---> os.add_dll_directory(curr_path)
c_ac = ctypes.cdll.LoadLibrary(
AttributeError: module 'os' has no attribute 'add_dll_directory'