@ -0,0 +1,10 @@
"""
Config Generator for VOIP Phones
Arnold Dechamps 2022
def main():
print("hello world")
if __name__ == '__main__':
main()