6 lines
81 B
Python
6 lines
81 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
from exo1 import *
|
||
|
from exo2 import *
|
||
|
from exo3 import *
|