class SerializedDataCategory(PathEnum): ’:raw-latex:`\n `A class to represent the different categories of serialized data:raw-latex:`n Corresponds folders in automata/automata-embedding-data/*:raw-latex:n `’ PICKLED_DATA_PATH = ‘graphs’ PICKLED_SYMBOL_GRAPH = ‘symbol_graph.pkl’ PICKLED_SYMBOL_SUBGRAPH = ‘symbol_subgraph.pkl’