Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. └── myApp
  2. ├── app
  3. │   ├── __init__.py
  4. │   ├── core
  5. │   ├── db.py
  6. │   ├── schema.sql
  7. │   ├── static
  8. │   │   ├── fonts
  9. │   │   ├── images
  10. │   │   ├── js
  11. │   │   └── resources
  12. │   ├── templates
  13. │   ├── tests
  14. │   │   └── tests.py
  15. │   ├── utils.py
  16. │   ├── views.py
  17. │   ├── con.py
  18. ├── config.py
  19. ├── manifest.json
  20. ├── run.py
  21. ├── deps
  22. ├── store
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement