mindmeld.converter.converter module¶
This module contains the abstract Coverter class used to convert other software's projects into MindMeld projects
-
class
mindmeld.converter.converter.
Converter
[source]¶ Bases:
abc.ABC
Abstract class that is used to instantiate concrete converter classes. The class contains the necessary functions to convert other software's projects into MindMeld projects.
-
static
create_directory
(directory)[source]¶ Creates folder at specified location.
Parameters: directory -- Location where folder should be created.
-
static