Codebase list python-lml / run/379661ae-e34c-4589-a08b-7863fed7377c/main tests / test_plugin / pyexcel_test / __init__.py
run/379661ae-e34c-4589-a08b-7863fed7377c/main

Tree @run/379661ae-e34c-4589-a08b-7863fed7377c/main (Download .tar.gz)

__init__.py @run/379661ae-e34c-4589-a08b-7863fed7377c/mainraw · history · blame

1
2
3
from lml.plugin import PluginInfoChain

__test_plugins__ = PluginInfoChain(__name__).add_a_plugin("test_io", "x")