WFGY/example_03_chaos_mode.py
2025-06-11 14:46:54 +08:00

10 lines
257 B
Python

from wfgy_core import WFGYRunner
if __name__ == "__main__":
runner = WFGYRunner()
runner.run(
prompt="The economy is a quantum foam of semantic market waves.",
reflect=True,
style="scientific",
show_ascii=True
)