chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:36:30 +08:00
commit 55ab4e4a73
473 changed files with 72932 additions and 0 deletions
+29
View File
@@ -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!")