from __future__ import annotations def main() -> None: print("Hello from open-provence-demo!") if __name__ == "__main__": main()