openstellaris/main.py
2021-06-28 15:38:17 -05:00

9 lines
113 B
Python

class Pop:
pass
class Planet:
def __init__(self):
self.pops = []
for i in range(100):
pass