my-psb/stackex-examples/file1.py

11 lines
170 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from file2 import Message
""" Single variable importation example """
WORD_LIST = ["hello","bonjour","ola"]
Message(1)