Nothing noteworthy
This commit is contained in:
parent
1dad726c2e
commit
24b0956280
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||
|
||||
"""
|
||||
This script records internet radio streams. It can be used in conjunction
|
||||
|
@ -9,3 +10,8 @@ import argparse
|
|||
import configparser
|
||||
import urllib.request
|
||||
|
||||
def main():
|
||||
# TODO: Implement argparse
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue