Autoextract documentation for some modules, improve docs
This commit is contained in:
parent
9cb39103c6
commit
976b3da6f4
4 changed files with 88 additions and 36 deletions
|
@ -1,15 +1,18 @@
|
|||
'''
|
||||
Module for locating and accessing [[https://takeout.google.com][Google Takeout]] data
|
||||
'''
|
||||
|
||||
from dataclasses import dataclass
|
||||
from ...core.common import Paths
|
||||
|
||||
from my.config import google as user_config
|
||||
@dataclass
|
||||
class google(user_config):
|
||||
'''
|
||||
Expects [[https://takeout.google.com][Google Takeout]] data.
|
||||
'''
|
||||
takeout_path: Paths # path/paths/glob for the takeout zips
|
||||
###
|
||||
|
||||
# TODO rename 'google' to 'takeout'? not sure
|
||||
|
||||
from ...core.cfg import make_config
|
||||
config = make_config(google)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue