import streamlit as st from screen.screen_scan import screen_scan_main def main(): screen_scan_main() if __name__ == "__main__": main()