4 lines
77 B
Python
4 lines
77 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
def import_sqlite(project_id, sqlite_file):
|
||
|
pass
|