Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Mar 13, 2023
1 parent afd1959 commit 5aebf94
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Modules/Station/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// src/Module/Station/index.ts

/**
* A station defines a stop, bus stop, train station, etc
*/
export class Station {

}
8 changes: 8 additions & 0 deletions src/Modules/Trips/Trip.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// src/Modules/Trips/Trip.ts

/**
* A trip defines an active act of travel
*/
export class Trip {

}
8 changes: 8 additions & 0 deletions src/Modules/Trips/TripPlan.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// src/Modules/Trip/index.ts

/**
* A trip defines intention of travel
*/
export class TripPlan {

}

0 comments on commit 5aebf94

Please sign in to comment.