mirror of
https://github.com/VikParuchuri/surya.git
synced 2026-06-04 21:03:53 +08:00
5 lines
110 B
Python
5 lines
110 B
Python
from surya.scripts.detect_layout import detect_layout_cli
|
|
|
|
if __name__ == "__main__":
|
|
detect_layout_cli()
|