Skip to content

Conversation

@parthe
Copy link

@parthe parthe commented Dec 6, 2022

This saves a line in every main file, and usage becomes

from pytictoc import timer
# main code

instead of

from pytictoc import TicToc
timer=TicToc()
# main code

This saves a line in every main file, and usage becomes

```python
from pytictoc import timer
# main code
``` 
instead of 

```python 
from pytictoc import TicToc
timer=TicToc()
# main code
````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant