Skip to content

Commit

Permalink
new spider Cunha/SP (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Mar 22, 2024
2 parents 284d70f + 569c995 commit 2f19142
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data_collection/gazette/spiders/sp/sp_cunha.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from datetime import date

from gazette.spiders.base.dosp import DospGazetteSpider


class SpCunhaSpider(DospGazetteSpider):
TERRITORY_ID = "3513603"
name = "sp_cunha"
code = 4800
start_date = date(2021, 10, 19)

0 comments on commit 2f19142

Please sign in to comment.