Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
kiara-plugin.html / html / data_types.py
Size: Mime:
# -*- coding: utf-8 -*-

"""This module contains the value type classes that are used in the ``kiara_plugin.html`` package.
"""
from kiara.data_types.included_core_types import StringType


class HtmlType(StringType):

    _data_type_name = "html"