add configuration file and test example
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import json
|
||||
|
||||
|
||||
|
||||
with open("/Users/universe/ProgramUniverse/python/Forked/HyperLPR/config.json") as f:
|
||||
configuration = json.load(f)
|
||||
Reference in New Issue
Block a user