File size: 182 Bytes
34c8a90
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from .base import BaseMecariGNN  # noqa: F401
from .gatv2 import MecariGATv2  # noqa: F401
__all__ = ["BaseMecariGNN", "MecariGATv2"]