# Display5h.py
# scroll

from TM1637 import FourDigit
        
d = FourDigit()
while True:
    d.scroll("HELLo PYthon")   
