mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-14 10:07:03 +01:00
5 lines
83 B
Python
5 lines
83 B
Python
|
from csv_metadata_quality import app
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
app.run()
|