Skip to content

added note about map downloading #20

added note about map downloading

added note about map downloading #20

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Check code style with Black
uses: psf/black@stable