packages feed

nirum-0.4.0: src/Nirum/Targets/Python.hs-boot

{-# OPTIONS_GHC -Wno-missing-methods -Wno-orphans #-}
module Nirum.Targets.Python () where

import Nirum.Package.Metadata (Target (..))
import Nirum.Targets.Python.CodeGen as CG

instance Target Python where