6 lines
131 B
Python
6 lines
131 B
Python
"""MathVerse environment package."""
|
|
|
|
from skillopt.envs.mathverse.adapter import MathVerseAdapter
|
|
|
|
__all__ = ["MathVerseAdapter"]
|