Files
winnow/if_curator/__main__.py
T

5 lines
71 B
Python

from if_curator.cli import main
if __name__ == "__main__":
main()