Remove placeholder function from main.py

This commit is contained in:
Thibaud 2024-05-29 13:24:44 +02:00
parent 98fe75209c
commit cd68bb0058
1 changed files with 0 additions and 3 deletions

View File

@ -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)