mirror of
https://github.com/python/cpython.git
synced 2025-11-06 16:41:59 +00:00
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')
|
||
|
|
|