initial commit, work in progress
Signed-off-by: Jan Heise <heise@dresearch.de>
This commit is contained in:
13
challenge.py
Normal file
13
challenge.py
Normal file
@@ -0,0 +1,13 @@
|
||||
""" Mini-Challenge """
|
||||
|
||||
class Adapter():
|
||||
""" Adapter class
|
||||
|
||||
Aufgabe: Asynchron Daten lesen, konvertieren und zurückliefern.
|
||||
"""
|
||||
|
||||
def __init__(self, path):
|
||||
self.path = path
|
||||
|
||||
def retrieve_json(self, name):
|
||||
pass
|
||||
Reference in New Issue
Block a user