Skip to content
View torond's full-sized avatar

Highlights

  • Pro

Block or report torond

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
torond/README.md

Pinned Loading

  1. toodlebot toodlebot Public

    Telegram bot for scheduling meetings and events directly from Telegram

    Kotlin 2

  2. persistent_cache.py persistent_cache.py
    1
    import json, os
    2
    from functools import lru_cache
    3
    
                  
    4
    def persistent_cache(func):
    5
        """