aboutsummaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 22:15:25 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 23:08:57 +0200
commit6ebe62478a49df22c55ef6a2b1200473500a7f80 (patch)
tree20541528abe9df35592347ade1e15c005644bf58 /run.py
parent63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e (diff)
downloadMusicSampler-6ebe62478a49df22c55ef6a2b1200473500a7f80.tar.gz
MusicSampler-6ebe62478a49df22c55ef6a2b1200473500a7f80.tar.zst
MusicSampler-6ebe62478a49df22c55ef6a2b1200473500a7f80.zip
Use pip setup file1.0.0
Diffstat (limited to 'run.py')
-rw-r--r--run.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.py b/run.py
new file mode 100644
index 0000000..b486c50
--- /dev/null
+++ b/run.py
@@ -0,0 +1,3 @@
1import music_sampler
2
3music_sampler.app.main()