#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareProductsStartup:
def __init__(self):
self.name = "SOFTWARE SQUARE"
self.description = "Crafting Innovative Solutions for Enterprise Challenges"
self.location = "Global Presence"
self.technologies = ["Everything you need and also", "Python", "JavaScript", "React", "Node.js", "Django", "Java", "Spring Boot"]
def say_hello(self):
print("Welcome to our GitHub! Explore our projects and join us in the journey of innovation.")
startup = SoftwareProductsStartup()
startup.say_hello()The-Software-Square
Popular repositories Loading
Repositories
Showing 10 of 10 repositories
- diary_manager Public
- oyola-static Public
- mvep-api Public
- software-square Public
- endless-landing-page Public
- .github Public
- kns_frontend Public
- kns-admin Public
Top languages
Loading…
Most used topics
Loading…