PracticeDev/study_python/module/sound/test.py

14 lines
177 B
Python
Executable File

#!/usr/bin/python
#coding=utf8
"""
# Author: songtianlun
# Created Time : 2021-11-22 09:28:34
# File Name: test.py
# Description:
"""
import effects.echo
effects.echo.show()