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