Skip to content

Instantly share code, notes, and snippets.

@sprytnyk
Last active December 22, 2019 10:57
Show Gist options
  • Save sprytnyk/0cc04d8a0759aa8967b51c78492e302f to your computer and use it in GitHub Desktop.
Save sprytnyk/0cc04d8a0759aa8967b51c78492e302f to your computer and use it in GitHub Desktop.
.
├── 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