From 22ef3b4da7dcbc197fb176ae2d635d11742ffe23 Mon Sep 17 00:00:00 2001 From: BackwardsMonday Date: Sun, 25 Sep 2022 19:25:27 -0600 Subject: [PATCH] Added droid class --- droid.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 droid.py diff --git a/droid.py b/droid.py new file mode 100644 index 0000000..ecb0a2d --- /dev/null +++ b/droid.py @@ -0,0 +1,3 @@ +class droid(): + def __init__(self, ipAdress): + self.ipAdress = ipAdress \ No newline at end of file