s/ICap/IBaseCap and add constants
This commit is contained in:
parent
09d283052b
commit
45ffb0fe7d
11 changed files with 49 additions and 27 deletions
|
|
@ -18,13 +18,13 @@
|
|||
|
||||
from datetime import time
|
||||
|
||||
from .cap import ICap
|
||||
from .base import IBaseCap
|
||||
|
||||
|
||||
__all__ = ['Departure', 'ICapTravel', 'Station']
|
||||
|
||||
|
||||
class ICapTravel(ICap):
|
||||
class ICapTravel(IBaseCap):
|
||||
def iter_station_search(self, pattern):
|
||||
"""
|
||||
Iterates on search results of stations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue