Update relative imports

This commit is contained in:
Chris Proctor
2024-10-21 10:42:53 -04:00
parent 973c5b5c62
commit 47b8a5b675
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
# You don't need to do anything with thie file.
from argparse import ArgumentParser
from weather import print_weather
from weather.weather import print_weather
def weather_cli():
"""Provides a command-line interface for weather.