broke out assets.py into an assets and sensors directory
This commit is contained in:
parent
0d7de37303
commit
37f23fda18
8 changed files with 782 additions and 707 deletions
8
user_code/sensors/__init__.py
Normal file
8
user_code/sensors/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
GTFS data pipeline sensors.
|
||||
"""
|
||||
from .gtfs_realtime import *
|
||||
|
||||
__all__ = [
|
||||
"gtfs_rt_vehicles_sensor",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue