File size: 141 Bytes
b380004
66760eb
b380004
66760eb
 
1
2
3
4
5
6
"""A module for configuring and initializing."""

from warnings import filterwarnings

filterwarnings("ignore", category=DeprecationWarning)