omr-app / app.py
mertbozkurt's picture
new update
97b3ea8
raw
history blame
169 Bytes
import streamlit as st
from screen.screen_scan import screen_scan_main
def main():
screen_scan_main()
if __name__ == "__main__":
main()