commit 82075e11e279c53ac5b3c69cd40d64e3938d3a5c Author: Klaus-Uwe Mitterer Date: Fri Jan 1 19:59:07 2021 +0100 Create bare class for API diff --git a/api.py b/api.py new file mode 100644 index 0000000..1bfeeed --- /dev/null +++ b/api.py @@ -0,0 +1,2 @@ +class RomeoAPI: + pass \ No newline at end of file