ember/model/project.py

7 lines
129 B
Python
Raw Normal View History

2018-07-28 23:56:23 +03:00
class Project(object):
def __init__(self, path):
self.root_dir = path
2018-07-28 23:56:23 +03:00
def get_items(self):
pass