#!/usr/bin/python
# -*- coding: utf-8 -*-
class Bio:
def __init__(self):
self.username = "LuminousV"
self.role = "404 Threat Not Found"
self.language_spoken = ["id", "en"]
def say_hi(self):
print(f"Hi! Thanks to visit {self.username} Github")
print("よろしくお願いします | Yoroshiku onegai shimasu")
if __name__ == '__main__':
me = Bio()
me.say_hi()|
LuminousVar
"I'm not as skilled or GG as other people, but I am always level up every day." 10:04 PM · 16 Agu 2025 |

