Mecari / mecari /models /__init__.py
zbller's picture
Upload folder using huggingface_hub
34c8a90 verified
raw
history blame contribute delete
182 Bytes
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from .base import BaseMecariGNN # noqa: F401
from .gatv2 import MecariGATv2 # noqa: F401
__all__ = ["BaseMecariGNN", "MecariGATv2"]