5 lines
50 B
Python
5 lines
50 B
Python
7 years ago
|
from . import audio
|
||
|
|
||
|
def main():
|
||
|
audio.main()
|