1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
3
# This file is in the public domain
6
'''facade - makes qreator_lib package easy to refactor
8
while keeping its api constant'''
9
from . helpers import set_up_logging
10
from . Window import Window
11
from . qreatorconfig import get_version