mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -02:30
import awxkit
Co-authored-by: Christopher Wang <cwang@ansible.com> Co-authored-by: Jake McDermott <jmcdermott@ansible.com> Co-authored-by: Jim Ladd <jladd@redhat.com> Co-authored-by: Elijah DeLee <kdelee@redhat.com> Co-authored-by: Alan Rominger <arominge@redhat.com> Co-authored-by: Yanis Guenane <yanis@guenane.org>
This commit is contained in:
11
awxkit/awxkit/api/pages/ping.py
Normal file
11
awxkit/awxkit/api/pages/ping.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from awxkit.api.resources import resources
|
||||
from . import base
|
||||
from . import page
|
||||
|
||||
|
||||
class Ping(base.Base):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
page.register_page(resources.ping, Ping)
|
||||
Reference in New Issue
Block a user