summaryrefslogtreecommitdiff
path: root/common/templates/python/src/hello_world/main.py
blob: 71ad10229c9dc2441c38020ba196a23dd55f1ba8 (plain)
1
2
3
4
5
6
from hello_world import hello_world


def main():
    hello_world("print")