mirror of
https://github.com/simon987/od-database.git
synced 2025-04-18 18:06:44 +00:00
9 lines
197 B
Python
9 lines
197 B
Python
from od_util import is_od
|
|
# Example usage. Links will be written into data.json
|
|
|
|
with open("/home/simon/out.txt") as f:
|
|
|
|
for line in f:
|
|
print(line[:-1])
|
|
print(is_od(line[:-1]))
|