import sys

if not sys.warnoptions:
	import warnings

	warnings.simplefilter("ignore")
