Tag: Click
-
if __name__ == ‘__main__’ vs Click: Package Entry Points
Entry points broke my script imports. Here's what changes when you migrate from if __name__ == '__main__' to Click with real migration pitfalls.
Entry points broke my script imports. Here's what changes when you migrate from if __name__ == '__main__' to Click with real migration pitfalls.