Skip to content

Commit

Permalink
import model to provide shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Dec 1, 2024
1 parent 6230566 commit 7da60f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fastkml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
from fastkml.kml import KML
from fastkml.links import Icon
from fastkml.links import Link
from fastkml.model import Alias
from fastkml.model import Location
from fastkml.model import Model
from fastkml.model import Orientation
from fastkml.model import ResourceMap
from fastkml.model import Scale
from fastkml.overlays import GroundOverlay
from fastkml.overlays import ImagePyramid
from fastkml.overlays import LatLonBox
Expand Down Expand Up @@ -84,6 +90,7 @@

__all__ = [
"KML",
"Alias",
"AtomAuthor",
"AtomContributor",
"AtomLink",
Expand All @@ -107,9 +114,12 @@
"LineStyle",
"LinearRing",
"Link",
"Location",
"LookAt",
"Model",
"MultiGeometry",
"NetworkLink",
"Orientation",
"OuterBoundaryIs",
"OverlayXY",
"Pair",
Expand All @@ -120,7 +130,9 @@
"PolyStyle",
"Polygon",
"Polygon",
"ResourceMap",
"RotationXY",
"Scale",
"Schema",
"SchemaData",
"ScreenOverlay",
Expand Down

0 comments on commit 7da60f0

Please sign in to comment.