Created
October 24, 2019 18:12
-
-
Save OmegaRogue/40528526f0d91db59e9ad68976186ff7 to your computer and use it in GitHub Desktop.
Leon AI prepare module folder for development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
touch __init__.py | |
touch README.md | |
touch version.txt | |
echo 0.0.0 >> version.txt | |
mkdir config | |
touch config/config.sample.json | |
mkdir data | |
mkdir data/answers | |
touch data/answers/en.json | |
touch data/answers/fr.json | |
mkdir data/db | |
mkdir data/expressions | |
touch data/expressions/en.json | |
touch data/expressions/fr.json | |
mkdir test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment