[console_scripts]
gammath_backtester = gammath_spot.gammath_stocks_backtesting:main
gammath_estimator = gammath_spot.gammath_rnn_predictor:main
gammath_historian = gammath_spot.gammath_stocks_gscores_historian:main
gammath_projector = gammath_spot.gammath_stocks_pep:main
gammath_scorer = gammath_spot.gammath_stocks_analyzer_and_scorer:main
gammath_scraper = gammath_spot.gammath_stocks_data_scraper:main
gammath_screener = gammath_spot.gammath_stocks_screener:main
gammath_spot_gui = gammath_spot.gammath_gui_app:main
gammath_trading_simulator = gammath_spot.gammath_spot_rl_gym_env:main
