fixing imports.

This commit is contained in:
Lucas Oskorep
2022-09-13 17:12:40 -04:00
parent 30cbe70d7b
commit 498657cbdd
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from stop import Stop
from .stop import Stop
class Train(object):
def __init__(self, id, route, stops):