File size: 209 Bytes
2595c46
 
 
 
 
 
1
2
3
4
5
6
7
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))