5 lines
63 B
Python
5 lines
63 B
Python
from user_input import *
|
|
from database import *
|
|
|
|
parse_input()
|
from user_input import *
|
|
from database import *
|
|
|
|
parse_input()
|