4 lines
125 B
Python
4 lines
125 B
Python
__all__ = ["Plugin", "HelloWorldAPI", "IdentifyAPI"]
|
|
|
|
from .plugin import Plugin
|
|
from .api import HelloWorldAPI, IdentifyAPI
|