portfolio / portfolio-webapp / webapp / views / __init__.py
__init__.py
Raw
from . import (
    admin,
    public,
    setup,
)