-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path__init__.py
20 lines (18 loc) · 1.02 KB
/
__init__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (c) 2018 Lucas Rudden
#
# JabberDock is free software ;
# you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation ;
# either version 2 of the License, or (at your option) any later version.
# JabberDock is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY ;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with JabberDock;
# if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
#
# Please reference this software and its authors in any works that make use of it
# Author : Lucas Rudden, [email protected]
__author__ = "Lucas S. P. Rudden ($Author: lucas.rudden $)"
__version__ = '1.1'
__date__ = '$Date: 2020-11-09 $'
from JabberDock.methods import *
from JabberDock.auto_scripts import *