3 lines
84 B
Python
3 lines
84 B
Python
class Projects:
|
|
def __init__(self, environment):
|
|
self.env = environment
|