mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 00:46:37 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseModel
|
||||
from .gps_point import GPSPoint
|
||||
|
||||
|
||||
class Polygon(BaseModel):
|
||||
north_west: GPSPoint
|
||||
south_east: GPSPoint
|
||||
|
||||
Reference in New Issue
Block a user