Removed Client from classes
Some checks failed
Tests / test (3.10) (push) Failing after 5m26s
Tests / test (3.11) (push) Failing after 5m28s
Tests / test (3.8) (push) Failing after 5m25s
Tests / test (3.9) (push) Failing after 5m23s

This commit is contained in:
Profitroll 2023-11-24 12:44:57 +01:00
parent c4b7197267
commit 059c511e05
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -1,5 +1,4 @@
from .board import BoardArrival, BoardDeparture, LineArrival, LineDeparture
from .client import Client
from .gis import Gis
from .journey import Journey
from .leg import Leg