Remove placeholder function from main.py
This commit is contained in:
parent
98fe75209c
commit
cd68bb0058
3
main.py
3
main.py
|
@ -4,9 +4,6 @@ from datetime import timedelta
|
||||||
import place
|
import place
|
||||||
import sound_process
|
import sound_process
|
||||||
|
|
||||||
def alexandre_process(bpm, offset, filename):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
filename = fd.askopenfilename()
|
filename = fd.askopenfilename()
|
||||||
beatmap = sl.Beatmap.from_path(filename)
|
beatmap = sl.Beatmap.from_path(filename)
|
||||||
|
|
Loading…
Reference in New Issue