File: __init__.py

package info (click to toggle)
python-aio-geojson-nsw-rfs-incidents 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 390; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
"""NSW Rural Fire Service Incidents library."""
from .feed import NswRuralFireServiceIncidentsFeed  # noqa: F401
from .feed_manager import NswRuralFireServiceIncidentsFeedManager  # noqa: F401