Restructured builtin plugins and docstrings

This commit is contained in:
Joel Collins 2018-12-20 15:44:43 +00:00
parent 9ca821c24c
commit 95a3abde7e
7 changed files with 104 additions and 35 deletions

View file

@ -0,0 +1,4 @@
__all__ = ['Plugin', 'HelloWorldAPI', 'IdentifyAPI']
from .plugin import Plugin
from .api import HelloWorldAPI, IdentifyAPI