chuuhtetnaing's picture
init the project
423e2c0
raw
history blame contribute delete
103 Bytes
def main():
print("Hello from smol-myanmar-ocr-demo-app!")
if __name__ == "__main__":
main()