from src import init from src.interface import main if __name__ == "__main__": init.initialize_session_state() main()