5 lines
62 B
Python
5 lines
62 B
Python
9 years ago
|
from . import photography
|
||
|
|
||
|
def main():
|
||
|
photography.main()
|