CSV Loader
This commit is contained in:
9
loader_3_remote_reader.py
Normal file
9
loader_3_remote_reader.py
Normal file
@ -0,0 +1,9 @@
|
||||
from lib.csv_loader import CSVLoader
|
||||
|
||||
|
||||
def main():
|
||||
...
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user