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:
path
str - Dir to list
Returns:
list[str]
- List of the directories contained in path