e972242
1
2
3
4
5
6
from src import init from src.interface import main if __name__ == "__main__": init.initialize_session_state() main()