# Make a a folder in a new directory from a string # Great time to work out asynchrnous functionality if i have time from etl.scraper.scraper import SharePointInstaller from etl.scraper.scraper import SharePointScraper domna_sharepoint = SharePointScraper(SharePointInstaller.DOMNA) domna_sharepoint.get_folders_in_path("/") jjc = SharePointScraper(SharePointInstaller.JJC) jjc.get_folders_in_path("/")