5 Zeilen
75 B
Python
5 Zeilen
75 B
Python
|
from . import update_doc
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
update_doc.main()
|