From 7bfe22aab1f32ef97504cf5a55d59e9ce50ae012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=C2=B2?= <75674735+VitaAetaerna@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:00:36 +0200 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0c8dce0..8e1d968 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ import math import random - +print("Made by VitaAeterna and NekoSilvertail https://github.com/VitaAetaerna/SubnetExerciseGenerator/") def intToDotted(ip): # input: ip # determins dotted decimal format for given ip as int @@ -154,4 +154,4 @@ if __name__ == '__main__': print("\nSubnets:") listSubnets(ip, prefix, newprefix) input("\nPress enter to exit\n") - \ No newline at end of file +