4 lines
71 B
Python
Executable file
4 lines
71 B
Python
Executable file
from nose.plugins import Plugin
|
|
|
|
class ExamplePlugin(Plugin):
|
|
pass
|