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

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. RinRinPublic

    A successor to the Lefi project

    Python 10 1

  2. custom_example.pycustom_example.py
    1
    from __future__ importannotations
    2
    3
    fromtypingimportAny
    4
    importtextwrap
    5
  3. ResistResistPublic

    Strongly typed revolt API wrapper

    Python 4

  4. __dict__.py__dict__.py
    1
    from __future__ importannotations
    2
    3
    4
    classDictHack:
    5
    __eq__=lambdaself, other: [other.__setitem__(key, value) forkey, valueinself.payload.items()]