megablocks / tests /test_mb_moe.py
drbh
feat: initial port of megablocks to builder format
2595c46
raw
history blame
209 Bytes
import megablocks
def test_import():
"""Simple test to check if the module can be imported."""
print("megablocks_moe module imported successfully.")
print("Available functions:", dir(megablocks))