utils.path.py
list_dir_in_dir
def list_dir_in_dir(path: str) -> list[str]This method is a os.listdir wrapper to return only directories without the .git dir
Arguments:
pathstr - Dir to list
Returns:
list[str]- List of the directories contained in path