hyfetch/hyfetch/__init__.py
2022-06-19 22:37:27 -04:00

9 lines
127 B
Python

from __future__ import annotations
from . import main
__version__ = main.VERSION
if __name__ == '__main__':
main.run()