132nd-etcher/EMFT

View on GitHub
emft/core/providers/github/gh_objects/gh_app.py

Summary

Maintainability
A
1 hr
Test Coverage
# coding=utf-8

from emft.core.providers.json_object import JSONObject, json_property


class GHApp(JSONObject):
    @json_property
    def url(self):
        """"""

    @json_property
    def name(self):
        """"""

    @json_property
    def client_id(self):
        """"""