Add file stub
This commit is contained in:
parent
858fb48a4b
commit
597f289e81
6
src/file.py
Normal file
6
src/file.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
import csv
|
||||||
|
|
||||||
|
|
||||||
|
class File(object):
|
||||||
|
def __init__(self, filename):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user