Small classes inits and changes
This commit is contained in:
parent
0a374236b4
commit
1770695067
@ -1,6 +1,7 @@
|
|||||||
from isodate import parse_duration
|
from isodate import parse_duration
|
||||||
|
|
||||||
class Gis():
|
class Gis():
|
||||||
|
|
||||||
def __init__(self, ref: str, route: dict):
|
def __init__(self, ref: str, route: dict):
|
||||||
self.ref = ref
|
self.ref = ref
|
||||||
self.dist = route["dist"]
|
self.dist = route["dist"]
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
class Product():
|
class Product():
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
4
pyrmv/classes/Ticket.py
Normal file
4
pyrmv/classes/Ticket.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
class Ticket():
|
||||||
|
|
||||||
|
def __init__(self) -> None:
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user