<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import sys

if __name__ == '__main__':
    from hatchling.cli import hatchling

    sys.exit(hatchling())
</pre></body></html>