Files
dopey/dopey/__main__.py

4 lines
69 B
Python

from dopey.dopey import _main
if __name__ == "__main__":
_main()