7 lines
87 B
Python
7 lines
87 B
Python
def main():
|
|
print("Impedance Analyzer v1")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|