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