Skip to content

Commit b20340d

Browse files
committed
Pycalc release v1.0.3.
1 parent 65872e4 commit b20340d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

final_task/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import argparse
2-
from pycalc_class import PyCalc
2+
from pycalc import PyCalc
33

44

55
def main():

0 commit comments

Comments
 (0)