# Copyright (c) 2021 Graphcore Ltd. All rights reserved.
if __name__ == "__main__":
    from . import main

    main()
