Set up project directory structure to modularize codebase into sensible related scripts. crypto_bot/ - twitter/ ----twitter.py - poloniex/ ----poloniex.py - base/ ----main.py - cnn/ ----cnn.py - rnn/ - tests/
Set up project directory structure to modularize codebase into sensible related scripts.
crypto_bot/
- twitter/
----twitter.py
- poloniex/
----poloniex.py
- base/
----main.py
- cnn/
----cnn.py
- rnn/
- tests/