python-terrascript/terrascript/exasol/r.py

34 lines
540 B
Python

# terrascript/exasol/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class exasol_connection(terrascript.Resource):
pass
class exasol_physical_schema(terrascript.Resource):
pass
class exasol_role(terrascript.Resource):
pass
class exasol_table(terrascript.Resource):
pass
class exasol_user(terrascript.Resource):
pass
class exasol_view(terrascript.Resource):
pass