Skip to content

Commit

Permalink
Create agent_based_transportation_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey authored Dec 21, 2023
1 parent 30e504f commit e56f751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dpd/modeling/agent_based_transportation_model.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .transportation_model import TransportationModel


class AgentBasedTransportationModel(TransportationModel):
pass

0 comments on commit e56f751

Please sign in to comment.