Skip to content
Snippets Groups Projects
china-dictatorship.py 184 B
Newer Older
Ciro Santilli's avatar
Ciro Santilli committed
#!/usr/bin/python3

import pkg_resources

Ciro Santilli's avatar
Ciro Santilli committed
readme_html_path = pkg_resources.resource_filename('china_dictatorship', 'README.html')
with open(readme_html_path) as f:
    print(f.read())