SCRUM-98 file reader #13
17
MapView/fileReader.py
Normal file
17
MapView/fileReader.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from csv import reader
|
||||
import config
|
||||
|
||||
|
||||
class FileReader:
|
||||
def __init__(
|
||||
self, data_filename: str,
|
||||
) -> None:
|
||||
pass
|
||||
|
||||
def read(self):
|
||||
return [1, 2, 3]
|
||||
|
||||
def startReading(self, *args, **kwargs):
|
||||
|
||||
def stopReading(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user