#!/usr/bin/env python3
from suez import suez

if __name__ == "__main__":
    suez(auto_envvar_prefix="SUEZ")
