Make __init__.py a bit more simple
This commit is contained in:
parent
c7473c58a7
commit
10bd0e29f7
@ -1,7 +1 @@
|
||||
import linklist
|
||||
|
||||
class LinkListPlugin(linklist.LinkListPlugin):
|
||||
pass
|
||||
|
||||
class LinkListCommand(linklist.LinkListCommand):
|
||||
pass
|
||||
from linklist import *
|
||||
|
Loading…
Reference in New Issue
Block a user