Small classes inits and changes

This commit is contained in:
Profitroll 2022-09-24 11:40:18 +02:00
parent 0a374236b4
commit 1770695067
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
from isodate import parse_duration
class Gis():
def __init__(self, ref: str, route: dict):
self.ref = ref
self.dist = route["dist"]

View File

@ -1,3 +1,4 @@
class Product():
def __init__(self):
pass

4
pyrmv/classes/Ticket.py Normal file
View File

@ -0,0 +1,4 @@
class Ticket():
def __init__(self) -> None:
pass