47     from .coal_pywrap 
import *  
 
   48     from .coal_pywrap 
import __raw_version__, __version__
 
   52     if platform.system() == 
"Windows":
 
   53         from .windows_dll_manager 
import build_directory_manager, get_dll_paths
 
   55         with build_directory_manager() 
as dll_dir_manager:
 
   56             for p 
in get_dll_paths():
 
   57                 dll_dir_manager.add_dll_directory(p)
 
   58             from .coal_pywrap 
import *  
 
   59             from .coal_pywrap 
import __raw_version__, __version__