degal/commands/__init__.py
changeset 144 97505a789003
parent 65 97e1bc208574
equal deleted inserted replaced
143:a6e53a20fccb 144:97505a789003
     1 """
     1 """
     2     Core commands
     2     Core commands
     3 """
     3 """
     4 
     4 
     5 from main import main
     5 from update import update
     6 
     6 
       
     7 COMMANDS = (update, )