Add a new editing interface for weekly and monthly goals. Textual viewing interface is currently a stub. Add `month_timestamp` and `week_timestamp` lion properties.
8 lines
136 B
Python
8 lines
136 B
Python
from .module import module
|
|
|
|
from . import data
|
|
from . import profile
|
|
from . import setprofile
|
|
from . import top_cmd
|
|
from . import goals
|