Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2GidAppData provides an Userdata deployment, with appdirs as backendend, but easy access to files saved there. Also provides an option to 'fake' deploy it while still developing
3"""
4
5__version__ = '0.1.10'
6
7
8from gidappdata.standard_appdata import *
9
10
11# log = logging.getLogger('gidappdata')