Update imports
This commit is contained in:
parent
5eb6d2885f
commit
8e5d9d9900
@ -27,6 +27,7 @@ from random import randint
|
|||||||
# typing hints
|
# typing hints
|
||||||
from typing import Any, Optional
|
from typing import Any, Optional
|
||||||
|
|
||||||
|
# temporary file/directory management
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
# working with sound files
|
# working with sound files
|
||||||
@ -41,9 +42,6 @@ import shutil
|
|||||||
# signal handling
|
# signal handling
|
||||||
import signal
|
import signal
|
||||||
|
|
||||||
# exiting
|
|
||||||
import sys
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Normalize loudness of all music files in a given directory and its subdirectories.
|
Normalize loudness of all music files in a given directory and its subdirectories.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user