Skip to content
View KoalaGree's full-sized avatar
  • Indonesia

Block or report KoalaGree

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
KoalaGree/README.md

from __future__ import annotations

import json
from dataclasses import asdict, dataclass


@dataclass
class ManCity:
    languages: tuple[str, ...] = ("Python", "PHP")
    databases: tuple[str, ...] = ("SQLAlchemy", "PostgreSQL")
    ongoing  : tuple[str, ...] = ("React", "Docker", "Node.js")

    def jsonify(self) -> str:
        return json.dumps(asdict(self), indent=4)


mancity = ManCity()
print(mancity.jsonify())
​

Popular repositories Loading

  1. Crud-Laravel Crud-Laravel Public

  2. python python Public

    Forked from roytuts/python

    Python

  3. CheckMass CheckMass Public

    Python

  4. NeverBounce NeverBounce Public

    Python 1

  5. Auto-Less-Secure Auto-Less-Secure Public

    Python Auto Less Secure Gmail

    Python

  6. CRUD-Python CRUD-Python Public

    HTML