[433586]: / maui / maui_warnings.py

Download this file

7 lines (5 with data), 110 Bytes

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