Coverage for database/__init__.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2database
4functions for manupulating the database
6get: gets from database
7sync: pulls and then pushes database
8"""
10from .get import get
11from .write import write