# -*- coding: utf-8 -*- #!/usr/bin/env python from macro_module import macros, expand func = expand[1 + 2] print func(5)