mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
8 lines
93 B
Python
8 lines
93 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from . pdf_decoder import run
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
run()
|
||
|
|
|