exit action

This commit is contained in:
Will McGugan
2022-06-17 14:08:17 +01:00
parent b0079fce56
commit a5d46d6adc
2 changed files with 7 additions and 2 deletions

View File

@@ -176,4 +176,5 @@ if __name__ == "__main__":
print(Scalar.resolve_dimension.cache_info())
from rich.style import Style
print(Style.__add__.cache_info())
print(Style._add_cache)