예제 #1
0
    def displayResult(self):

        dt = DataTable()

        table = dt.displayDataTable()

        g = Graph()
        polarity_value = g.displayGraph()

        table.append(polarity_value)
        return table