/z.entry

A decorator for autorun main func

Primary LanguagePythonMIT LicenseMIT

Use

from z.entry import entry


@entry
def main():
    print('hello world')