in reply to When is a module too minimal?

To me that is perfectly fine, there's a lot of software which is a tiny driver program over some library. You probably do want to consider whether you want a single or multiple modules though: separating presentation, application and business logic makes reuse of the components easier.

/J\