7 lines
81 B
Python
7 lines
81 B
Python
#!/usr/bin/env python3
|
|
|
|
from paramecio.cromosoma.dbadmin import start
|
|
|
|
start()
|
|
|
|
|