#!/usr/bin/env python

"""Runner for example project."""

print("Hello pyproject world!")

# Lets do the actual work after the print.
import example1_package  # isort:skip
