Skip to content

Commit 5d5aafb

Browse files
import
1 parent e7cfaac commit 5d5aafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from flask import Flask, render_template, request
77
from . import app
88

9-
from rockpaperscissor import *
9+
import rockpaperscissor
1010

1111
@app.route("/")
1212
def home():

0 commit comments

Comments
 (0)