add launcher dev
This commit is contained in:
parent
cf72cde59f
commit
b24d71a801
@ -1,6 +1,9 @@
|
|||||||
|
import sys
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
sys.argv.append('--dev')
|
||||||
|
|
||||||
from flandre.launcher import launch_from_file
|
from flandre.launcher import launch_from_file
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
launch_from_file(Path(__file__).parent / 'gui.toml')
|
launch_from_file(Path(__file__).parent / 'dev.toml')
|
||||||
@ -1,6 +1,5 @@
|
|||||||
import logging
|
import logging
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from unittest import case
|
|
||||||
|
|
||||||
import mido
|
import mido
|
||||||
import zmq
|
import zmq
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user