9 lines
328 B
Python
9 lines
328 B
Python
|
from . basetabs import Tab, ChatTab, GapTab, STATE_PRIORITY
|
||
|
from . rostertab import RosterInfoTab
|
||
|
from . muctab import MucTab
|
||
|
from . privatetab import PrivateTab
|
||
|
from . conversationtab import ConversationTab, StaticConversationTab,\
|
||
|
DynamicConversationTab
|
||
|
from . xmltab import XMLTab
|
||
|
from . muclisttab import MucListTab
|