Codebase list python-lml / run/eab32ed5-4036-4f48-8de2-d674f843882b/main tests / test_plugin / pyexcel_test / __init__.py
run/eab32ed5-4036-4f48-8de2-d674f843882b/main

Tree @run/eab32ed5-4036-4f48-8de2-d674f843882b/main (Download .tar.gz)

__init__.py @run/eab32ed5-4036-4f48-8de2-d674f843882b/mainraw · history · blame

1
2
3
from lml.plugin import PluginInfoChain

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