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