module Data.Text.Punycode (encode, decode) where

import Data.Text.Punycode.Encode (encode)
import Data.Text.Punycode.Decode (decode)