4 lines
69 B
Python
4 lines
69 B
Python
from dopey.dopey import _main
|
|
|
|
if __name__ == "__main__":
|
|
_main() |