#!/usr/bin/env python3 # -*- coding: utf-8 -*- from .base import BaseMecariGNN # noqa: F401 from .gatv2 import MecariGATv2 # noqa: F401 __all__ = ["BaseMecariGNN", "MecariGATv2"]