- Python Programming Blueprints
- Daniel Furtado Marcus Pennington
- 66字
- 2021-06-24 18:53:45
Core functionality
Let's start by creating a directory for your module. Inside of the project's root directory, create a subdirectory called weatherterm. The subdirectory weatherterm is where our module will live. The module directory needs two subdirectories - core and parsers. The project's directory structure should look like this:
weatherterm
├── phantomjs
└── weatherterm
├── core
├── parsers