chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
import easygraph.classes
|
||||
import easygraph.convert
|
||||
import easygraph.datapipe
|
||||
import easygraph.datasets
|
||||
import easygraph.exception
|
||||
import easygraph.experiments
|
||||
import easygraph.functions
|
||||
import easygraph.ml_metrics
|
||||
import easygraph.model
|
||||
import easygraph.nn
|
||||
import easygraph.readwrite
|
||||
import easygraph.utils
|
||||
|
||||
from easygraph.classes import *
|
||||
from easygraph.convert import *
|
||||
from easygraph.datapipe import *
|
||||
from easygraph.datasets import *
|
||||
from easygraph.exception import *
|
||||
from easygraph.experiments import *
|
||||
from easygraph.functions import *
|
||||
from easygraph.ml_metrics import *
|
||||
from easygraph.model import *
|
||||
from easygraph.nn import *
|
||||
from easygraph.readwrite import *
|
||||
from easygraph.utils import *
|
||||
|
||||
|
||||
def __getattr__(name):
|
||||
print(f"attr {name} doesn't exist!")
|
||||
Reference in New Issue
Block a user