about summary refs log blame commit diff
path: root/universe.py
blob: a8279ecaa80266b0118b5aa798dd45acdc6f6f59 (plain) (tree)
1
2
3
4
5
6
7
                 
                                            

                        
        

                      
class Universe():
    def __init__(self, name: str, G: float):
        self.name = name
        self.G = G
        
    def __str__(self):
        return "kuu"