my-psb/stackex-examples/file1.py
2019-09-06 15:46:11 +02:00

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)