renamed module so it can be imported

This commit is contained in:
Mikkeli Matlock
2024-04-10 20:26:44 +09:00
parent 96ddad7943
commit d912229b9b
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
import sys
from PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout, QLabel
from PyQt5.QtCore import Qt
import master_core
class AudioDragDropWidget(QWidget):
def __init__(self):