Newer
Older
express-blog / src / deployment / __main__.py
if __name__ == "__main__":
    from deployment_pipeline.main import main

    main()