--- a +++ b/maui/maui_warnings.py @@ -0,0 +1,7 @@ +"""Module contains custom warning object. + +@jonathanronen 2020/7 +""" + +class MauiWarning(UserWarning): + pass \ No newline at end of file