python-terrascript/terrascript/phpipam/r.py

26 lines
431 B
Python

# terrascript/phpipam/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class phpipam_address(terrascript.Resource):
pass
class phpipam_section(terrascript.Resource):
pass
class phpipam_subnet(terrascript.Resource):
pass
class phpipam_vlan(terrascript.Resource):
pass