Make __init__.py a bit more simple

master
Gergely Polonkai 7 years ago
parent c7473c58a7
commit 10bd0e29f7

@ -1,7 +1 @@
import linklist
class LinkListPlugin(linklist.LinkListPlugin):
pass
class LinkListCommand(linklist.LinkListCommand):
pass
from linklist import *

Loading…
Cancel
Save