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

2 statements  

1""" 

2database 

3 

4functions for manupulating the database 

5 

6get: gets from database 

7sync: pulls and then pushes database 

8""" 

9 

10from .get import get 

11from .write import write