mirror of https://github.com/python/cpython
7 lines
163 B
Python
7 lines
163 B
Python
|
"""macgen_bin - Generate application from shared libraries"""
|
||
|
import EasyDialogs
|
||
|
|
||
|
def generate(output, module_dict):
|
||
|
EasyDialogs.Message('Not yet implemented')
|
||
|
|