This is a template Python rule for allocating modules in your Python project.
This is intended for avoiding:
- inconsistent/messy
import
- inconsistent/messy modules allocation
- circular
import
See rule.md
Feel free for linking rule.md for your CONTRIBUTING.md
Example
directory shows how to allocate and draw documents according this rule