Skip to content
View an-dyy's full-sized avatar
Block or Report

Block or report an-dyy

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
an-dyy/README.md

stats

Top Langs

Pinned Loading

  1. Rin Rin Public

    A successor to the Lefi project

    Python 10 1

  2. custom_example.py custom_example.py
    1
    from __future__ import annotations
    2
    
                  
    3
    from typing import Any
    4
    import textwrap
    5
    
                  
  3. Resist Resist Public

    Strongly typed revolt API wrapper

    Python 4

  4. __dict__.py __dict__.py
    1
    from __future__ import annotations
    2
    
                  
    3
    
                  
    4
    class DictHack:
    5
        __eq__ = lambda self, other: [other.__setitem__(key, value) for key, value in self.payload.items()]