4 lines
62 B
Python
4 lines
62 B
Python
from user_input import *
|
|
from database import *
|
|
|
|
parse_input() |
from user_input import *
|
|
from database import *
|
|
|
|
parse_input() |