mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 03:29:51 +00:00
10 lines
257 B
Python
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
|
|
)
|