netclock/timezone/data/util/test.py
Armin Friedl 4c88eb4121
All checks were successful
continuous-integration/drone/push Build is passing
Add timezone api
2020-10-26 11:47:07 +01:00

7 lines
209 B
Python

import preprocessor
import sys
p = preprocessor.geonames_allcountries("/home/armin/Downloads/allCountries/allCountries10000.txt")
with open("/home/armin/Desktop/test.dot", "w") as sys.stdout:
p.to_dot()