diff --git a/services/log.py b/services/log.py new file mode 100644 index 0000000..c835131 --- /dev/null +++ b/services/log.py @@ -0,0 +1,5 @@ + +class LogService: + @staticmethod + def createlog(): + \ No newline at end of file