Version control system wrapper allowing the developer to worry about only having to learn one command set to manage all types of repositories.

hello.py 45B

123
  1. def hello(arguments):
  2. print("You rang?")