mirror of
https://github.com/romanz/amodem.git
synced 2026-05-09 04:57:39 +08:00
Made documentation changes as requested, according to PEP-257.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""Script that records audio through an interface
|
||||
and stores it into an amodem.config Configuration.
|
||||
|
||||
"""
|
||||
import argparse
|
||||
from amodem import audio
|
||||
from amodem.config import Configuration
|
||||
|
||||
"""Script that records audio through an interface
|
||||
and stores it into an amodem.config Configuration.
|
||||
"""
|
||||
|
||||
def run(args):
|
||||
config = Configuration()
|
||||
|
||||
Reference in New Issue
Block a user