complete draft: update from Atlas

This commit is contained in:
Luciano Ramalho
2021-06-09 00:13:02 -03:00
parent 08a4001b43
commit 135eca25d9
43 changed files with 4705 additions and 3240 deletions

View File

@@ -18,6 +18,6 @@ class TomboList(list): # <2>
return bool(self) # <6>
def inspect(self):
return tuple(sorted(self))
return tuple(self)
# Tombola.register(TomboList) # <7>