22 lines
395 B
Python
22 lines
395 B
Python
# terrascript/geoserver/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class geoserver_datastore(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class geoserver_featuretype(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class geoserver_workspace(terrascript.Resource):
|
|
pass
|