mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-22 17:40:55 +00:00
7 lines
135 B
Haskell
7 lines
135 B
Haskell
{-# LANGUAGE PackageImports #-}
|
|
import "open-api-petstore" Application (develMain)
|
|
import Prelude (IO)
|
|
|
|
main :: IO ()
|
|
main = develMain
|