Add weather package

This commit is contained in:
Chris Proctor
2024-10-21 10:58:30 -04:00
parent 91c7684cc2
commit f84b098f51
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
# This is the program that will actually run when you
# run `weather` in Terminal.
#
# You don't need to do anything with thie file.
# You don't need to do anything with this file.
from argparse import ArgumentParser
from weather.weather import print_weather