Codebase list python-lml / 55a6e56b-6de9-4c23-9973-6ff57c86ec9d/upstream tests / sample_plugin / sample_plugin / __init__.py
55a6e56b-6de9-4c23-9973-6ff57c86ec9d/upstream

Tree @55a6e56b-6de9-4c23-9973-6ff57c86ec9d/upstream (Download .tar.gz)

__init__.py @55a6e56b-6de9-4c23-9973-6ff57c86ec9d/upstreamraw · history · blame

1
2
3
from lml.registry import PluginInfoChain

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