diff --git a/lastone.py b/lastone.py new file mode 100644 index 0000000..99d9504 --- /dev/null +++ b/lastone.py @@ -0,0 +1,3 @@ +class TheLastOne: + def whatever(self): + print("lastone :(")