To be finished later

master
BodgeMaster 2020-02-23 21:40:16 +01:00
parent 62ddaa2a3a
commit 4e87969b44
2 changed files with 16 additions and 0 deletions

1
variable_grabbler.cfg Normal file
View File

@ -0,0 +1 @@
{}

15
variable_grabbler.py Normal file
View File

@ -0,0 +1,15 @@
#!/usr/bin/python2
print """
Variable Grabbler - version 1.0
-------------------------------"""
# definitions
print "Opening config file..."
config = open("variable_grabbler.conf","r")
print next_variable(config)
config.close()