Skip to content

Commit c867978

Browse files
authored
Update __init__.py
1 parent 4638171 commit c867978

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

qtsapp/__init__.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'''
1+
"""
22
# MIT License
33
44
# Copyright (c) 2022 Kshitij
@@ -20,7 +20,10 @@
2020
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
23-
'''
23+
"""
24+
from qtsapp.lib import *
2425
from qtsapp.QtsApp import *
26+
from qtsapp.QTSAppUser import QTSAppUser
27+
from qtsapp.QTSAppStream import QTSAppStream
2528

26-
__version__ = "0.1"
29+
__version__ = "0.2"

0 commit comments

Comments
 (0)