Codebase list python-lml / 9408f57 tests / sample_plugin / sample_plugin / __init__.py
9408f57

Tree @9408f57 (Download .tar.gz)

__init__.py @9408f57raw · history · blame

1
2
3
from lml.registry import PluginInfoChain

__test_plugins__ = PluginInfoChain(__name__).add_a_plugin("test_io2", "reader")