Diff of /maui/maui_warnings.py [000000] .. [433586]

Switch to unified view

a b/maui/maui_warnings.py
1
"""Module contains custom warning object.
2
3
@jonathanronen 2020/7
4
"""
5
6
class MauiWarning(UserWarning):
7
    pass