Initial commit
This commit is contained in:
commit
3f71e7937e
1 changed files with 7 additions and 0 deletions
7
radiorec.py
Executable file
7
radiorec.py
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import argparse
|
||||||
|
import configparser
|
||||||
|
import urllib.request
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue