/PyUtils-0.0.1

Am kahdichienja, Am trying to build Python utility lib to help anyone who is stack to find a solution

Primary LanguagePythonMIT LicenseMIT

PyUtils-0.0.1

Python util library

class Utils():
  n = 0
  def __init__(self, *args, **kwargs):
    super(Utils, self).__init__(*args, **kwargs)
  '''suggest your code here'''
  def __str__(self):
    return super().__str__()