File size: 118 Bytes
832456c
 
 
 
1
2
3
4
class DataLoader:
    
    def __init__(self,graph,node_feats=[],edge_index=None,label={}):
        self.graph = graph