Skip to content
Snippets Groups Projects

Implemented automatic updating of aflowlib data

Merged Alvin Noe Ladines requested to merge vaflowupate into v0.6.4
Files
3
@@ -13,6 +13,6 @@
# limitations under the License.
from . import local, migration, upload, integrationtests, mirror, statistics
from . import local, migration, upload, integrationtests, mirror, statistics, update_database
from .client import create_client
from .upload import stream_upload_with_client
Loading