Music production session manager https://www.laborejo.org
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 

8 行
236 B

#! /usr/bin/env python3
# -*- coding: utf-8 -*-
from engine import start
from qtgui import mainwindow #which in turn imports the engine and starts the engine
mainwindow.MainWindow()
#Program is over. Code here does not get executed.