f1tness_parser/api/proto/routes_pb2.pyi

19 lines
685 B
Python

from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from typing import ClassVar as _ClassVar, Optional as _Optional
DESCRIPTOR: _descriptor.FileDescriptor
class ApproachID(_message.Message):
__slots__ = ("approachID",)
APPROACHID_FIELD_NUMBER: _ClassVar[int]
approachID: int
def __init__(self, approachID: _Optional[int] = ...) -> None: ...
class Approach(_message.Message):
__slots__ = ("reps", "weight")
REPS_FIELD_NUMBER: _ClassVar[int]
WEIGHT_FIELD_NUMBER: _ClassVar[int]
reps: int
weight: float
def __init__(self, reps: _Optional[int] = ..., weight: _Optional[float] = ...) -> None: ...