openstellaris/main.py

10 lines
113 B
Python
Raw Normal View History

2021-06-28 20:38:17 +00:00
class Pop:
pass
class Planet:
def __init__(self):
self.pops = []
for i in range(100):
pass