Make __init__.py a bit more simple

This commit is contained in:
Gergely Polonkai 2016-05-24 23:04:12 +02:00
parent c7473c58a7
commit 10bd0e29f7
1 changed files with 1 additions and 7 deletions

View File

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