PyNesca/modules/convert_functions/gdoc_prefix_hash2Url.py

3 lines
113 B
Python
Raw Permalink Normal View History

def gdocs_prefix_hash2Url(prefix:'gdoc_prefix', ghash:'gdoc_hash') -> {'url'}:
return {'url':prefix + ghash}