>>> import mwish "Hi, I'm mwish! Glad to meet you!" >>> mwish.name {'mwish', 'mapleFU'} >>> mwish.interests ['anime', 'literature', 'sociology', 'science-fiction'] >>> mwish.learning ['Database Systems', 'Operating Systems', 'Distributed Systems', 'Computer Architecture'] >>> mwish.motto ("So high, so low, so many things to know.", "Work healthily 50 years for ACGN.") >>> mwish.blog "https://blog.mwish.me/" >> mwish.timezone "UTC+8" >> mwish.available_time = lambda day: "8-11PM" if day != "Sunday" else "None"
mapleFU - Overview