mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove hierarchy browser stub
This commit is contained in:
parent
2ff9ca21aa
commit
486732b4ff
3 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
if __name__ == "__main__":
|
||||
import sys
|
||||
from Qt import QtWidgets
|
||||
|
||||
app = QtWidgets.QApplication([])
|
||||
|
||||
window = ProjectManagerWindow()
|
||||
window.show()
|
||||
|
||||
sys.exit(app.exec_())
|
||||
Loading…
Add table
Add a link
Reference in a new issue