5 lines
76 B
Python
5 lines
76 B
Python
from src.dg_music_sorter import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|