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