#!python
# Brainome Daimensions(tm)
#
# The Brainome Table Compiler starter
#
# Copyright (c) 2019 - 2022 Brainome Incorporated. All Rights Reserved.
# BSD license, all text above must be included in any redistribution.
# See LICENSE.TXT for more information.
#
# This program may use Brainome's servers for cloud computing. Server use
# is subject to separate license agreement.
#
# Contact: support@brainome.ai
# for questions and suggestions.
#

import sys
import brainome
sys.exit(brainome.main(sys.argv[1:]))
