| # /// script | |
| # requires-python = ">=3.12" | |
| # dependencies = [] | |
| # /// | |
| def main() -> None: | |
| print("Hello from dedupe-dataset.py!") | |
| if __name__ == "__main__": | |
| main() | |
| # /// script | |
| # requires-python = ">=3.12" | |
| # dependencies = [] | |
| # /// | |
| def main() -> None: | |
| print("Hello from dedupe-dataset.py!") | |
| if __name__ == "__main__": | |
| main() | |