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