This website requires JavaScript.
Explore
Help
Sign In
chibicitiberiu
/
ember
Watch
1
Star
0
Fork
0
You've already forked ember
Code
Issues
Pull Requests
Releases
Wiki
Activity
ember
/
model
/
project.py
7 lines
129 B
Python
Raw
Normal View
History
Unescape
Escape
Started work on Ember
2018-07-28 23:56:23 +03:00
class
Project
(
object
)
:
Finished welcome dialog. New project dialog prototype.
2018-08-03 14:30:15 +03:00
def
__init__
(
self
,
path
)
:
self
.
root_dir
=
path
Started work on Ember
2018-07-28 23:56:23 +03:00
def
get_items
(
self
)
:
pass
Reference in New Issue
Copy Permalink