remove hierarchy browser stub

This commit is contained in:
Ondrej Samohel 2021-11-09 09:40:52 +01:00
parent 2ff9ca21aa
commit 486732b4ff
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 0 additions and 10 deletions

View file

@ -1,10 +0,0 @@
if __name__ == "__main__":
import sys
from Qt import QtWidgets
app = QtWidgets.QApplication([])
window = ProjectManagerWindow()
window.show()
sys.exit(app.exec_())