diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-17 15:31:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-17 15:31:11 -0500 |
commit | a7c1f2a34ec5592597d7b09c4b240dfcf968273f (patch) | |
tree | 6be5fceaef647303b1f7368bfa18d0ec2af2034b /youtube/get_app_version/__init__.py | |
parent | 5edcaa4f9dcfd005f3ed633ddcb5b432e954877e (diff) | |
download | yt-local-a7c1f2a34ec5592597d7b09c4b240dfcf968273f.tar.lz yt-local-a7c1f2a34ec5592597d7b09c4b240dfcf968273f.tar.xz yt-local-a7c1f2a34ec5592597d7b09c4b240dfcf968273f.zip |
Add get_app_version and version
Diffstat (limited to 'youtube/get_app_version/__init__.py')
-rw-r--r-- | youtube/get_app_version/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/get_app_version/__init__.py b/youtube/get_app_version/__init__.py new file mode 100644 index 0000000..2d5290f --- /dev/null +++ b/youtube/get_app_version/__init__.py @@ -0,0 +1 @@ +from .get_app_version import * |