7 lines
132 B
Python
7 lines
132 B
Python
"""
|
|
Delegated to stanio - https://github.com/WardBrian/stanio
|
|
"""
|
|
from stanio import write_stan_json
|
|
|
|
__all__ = ['write_stan_json']
|