Files
hyfetch/hyfetch/__init__.py
T

10 lines
143 B
Python

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