from __future__ import annotations from .app import CheckAddyApp def main() -> None: CheckAddyApp().run() if __name__ == "__main__": main()