Skip to content

Commit

Permalink
Move restservice to services/
Browse files Browse the repository at this point in the history
  • Loading branch information
danduk82 committed Oct 11, 2024
1 parent 283be30 commit 037e397
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geoservercloud/geoservercloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from requests import Response

from geoservercloud import utils
from geoservercloud.restservice import RestService
from geoservercloud.services import RestService
from geoservercloud.templates import Templates


Expand Down
3 changes: 3 additions & 0 deletions geoservercloud/services/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .restservice import RestService

__all__ = ["RestService"]
File renamed without changes.

0 comments on commit 037e397

Please sign in to comment.