Skip to content

Commit

Permalink
do not import
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Jul 28, 2024
1 parent d363294 commit 8109f8d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions spatialyze/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
from . import utils
from .database import Database
from .geospatial_video import GeospatialVideo
from .road_network import RoadNetwork
from .utils import F
from .world import World

__all__ = [
"F",
"utils",
"Database",
"GeospatialVideo",
"RoadNetwork",
"World",
]
__all__ = ["F", "utils"]

0 comments on commit 8109f8d

Please sign in to comment.