dev-version
This commit is contained in:
17
bin/info_handler.py
Normal file
17
bin/info_handler.py
Normal file
@@ -0,0 +1,17 @@
|
||||
import bin.csv_parsers
|
||||
|
||||
|
||||
cvr = bin.csv_parsers.CsvRead()
|
||||
cvw = bin.csv_parsers.CsvWrite()
|
||||
|
||||
|
||||
class InfoHandler:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def infohandler(self, infos, path):
|
||||
print(path, "path")
|
||||
self.path = f"{path}/songlist.csv"
|
||||
self.__info_doc = cvr.importing(self.path)
|
||||
print(self.__info_doc)
|
||||
print(infos)
|
||||
Reference in New Issue
Block a user