Samuel Ricardo 2 months ago committed by GitHub
commit 5a3d702793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -227,3 +227,12 @@ class SitesInformation:
Length of sites object. Length of sites object.
""" """
return len(self.sites) return len(self.sites)
class Make(SiteInformation):
def show_atributes(self, att: list) -> str:
self.att_list = att
for at in self.att_list:
print(f"Ateubutes: \n{at}")

Loading…
Cancel
Save