#!/usr/bin/env python3 """ Entry point for running the edison package as a module. """ from edison.cli import main if __name__ == "__main__": main()