Last active
December 22, 2019 10:57
-
-
Save sprytnyk/0cc04d8a0759aa8967b51c78492e302f to your computer and use it in GitHub Desktop.
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
. | |
├── app | |
│ ├── __init__.py | |
│ ├── models.py | |
│ └── views.py | |
└── tests | |
├── __init__.py | |
├── test_models.py | |
└── test_views.py | |
2 directories, 6 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment