from hygiene.payload import boxing
[docs]
class Singleton:
"""
A utility class that provides access to the 'boxing' module from the 'payload' package.
"""
[docs]
@staticmethod
def boxing():
"""
Returns the 'boxing' module from the 'payload' package.
:return: The 'boxing' module.
"""
return boxing